python37Packages.aenum: 2.2.4 -> 2.2.6
This commit is contained in:
parent
1e8ca69151
commit
ed2ff125b2
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aenum";
|
pname = "aenum";
|
||||||
version = "2.2.4";
|
version = "2.2.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0r1812bjm72x73pl7y4yhffr4zbdjgxa08avsy4b3di0pqgqv0l1";
|
sha256 = "260225470b49429f5893a195a8b99c73a8d182be42bf90c37c93e7b20e44eaae";
|
||||||
};
|
};
|
||||||
|
|
||||||
# For Python 3, locale has to be set to en_US.UTF-8 for
|
# For Python 3, locale has to be set to en_US.UTF-8 for
|
||||||
|
|
Loading…
Reference in a new issue