Skip to content

Commit 556d28f

Browse files
committed
python27Packages.aenum: 2.2.3 -> 2.2.4
1 parent 2988feb commit 556d28f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/aenum/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildPythonPackage rec {
44
pname = "aenum";
5-
version = "2.2.3";
5+
version = "2.2.4";
66

77
src = fetchPypi {
88
inherit pname version;
9-
sha256 = "a4334cabf47c167d44ab5a6198837b80deec5d5bad1b5cf70c966c3a330260e8";
9+
sha256 = "0r1812bjm72x73pl7y4yhffr4zbdjgxa08avsy4b3di0pqgqv0l1";
1010
};
1111

1212
# For Python 3, locale has to be set to en_US.UTF-8 for

0 commit comments

Comments
 (0)