python: asn1crypto: 0.23.0 -> 0.24.0

This commit is contained in:
Frederik Rietdijk
2017-12-30 17:06:31 +01:00
parent e09ccfa379
commit fb60a2fba5
@@ -5,12 +5,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "asn1crypto"; pname = "asn1crypto";
version = "0.23.0"; version = "0.24.0";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70"; sha256 = "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49";
}; };
# No tests included # No tests included