Skip to content

Commit

Permalink
python-frozendict: 0.5 -> 1.2
Browse files Browse the repository at this point in the history
(cherry picked from commit ce3961c)
  • Loading branch information
florianjacob authored and xeji committed May 3, 2018
1 parent 76f1b17 commit a824fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4341,11 +4341,11 @@ in {
fritzconnection = callPackage ../development/python-modules/fritzconnection { };

frozendict = buildPythonPackage rec {
name = "frozendict-0.5";
name = "frozendict-1.2";

src = pkgs.fetchurl {
url = "mirror://pypi/f/frozendict/${name}.tar.gz";
sha256 = "0m4kg6hbadvf99if78nx01q7qnbyhdw3x4znl5dasgciyi54432n";
sha256 = "0ibf1wipidz57giy53dh7mh68f2hz38x8f4wdq88mvxj5pr7jhbp";
};

meta = {
Expand Down

0 comments on commit a824fbc

Please sign in to comment.