Skip to content

Commit

Permalink
python3Packages.frozendict: 2.2.0 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Feb 11, 2022
1 parent ef5a60f commit 810249e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/frozendict/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "frozendict";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "sha256-jj1HNfmhPRB3Vn5WhHFmPzJE+FrImyP4yzHPIx2+Rbk=";
sha256 = "1dd0bqhai4k3fj9ydcwmc9hvbmrsklk349ys21w8x4n5xynk2hns";
};

pythonImportsCheck = [
Expand Down

0 comments on commit 810249e

Please sign in to comment.