3
0
Fork 0
forked from mirrors/nixpkgs

python: asn1crypto: 0.23.0 -> 0.24.0

This commit is contained in:
Frederik Rietdijk 2017-12-30 12:21:29 +01:00
parent e09ccfa379
commit fb60a2fba5

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "asn1crypto";
version = "0.23.0";
version = "0.24.0";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70";
sha256 = "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49";
};
# No tests included