We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2988feb commit 556d28fCopy full SHA for 556d28f
1 file changed
pkgs/development/python-modules/aenum/default.nix
@@ -2,11 +2,11 @@
2
3
buildPythonPackage rec {
4
pname = "aenum";
5
- version = "2.2.3";
+ version = "2.2.4";
6
7
src = fetchPypi {
8
inherit pname version;
9
- sha256 = "a4334cabf47c167d44ab5a6198837b80deec5d5bad1b5cf70c966c3a330260e8";
+ sha256 = "0r1812bjm72x73pl7y4yhffr4zbdjgxa08avsy4b3di0pqgqv0l1";
10
};
11
12
# For Python 3, locale has to be set to en_US.UTF-8 for
0 commit comments