Merge pull request #181568 from fabaff/asn1-bump

python310Packages.asn1: 2.5.0 -> 2.6.0
This commit is contained in:
Fabian Affolter 2022-07-15 16:07:01 +02:00 committed by GitHub
commit 0e98c8c7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "asn1";
version = "2.5.0";
version = "2.6.0";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "andrivet";
repo = "python-asn1";
rev = "v${version}";
sha256 = "sha256-5Fnk94aUkV9lHnd64wuHzGcPqW7AC0O0dEwXMBL+tuo=";
sha256 = "sha256-oz9xZhFU4himXttVtfW6tTn7lfB0c7MlgxtbKxdJtUA=";
};
propagatedBuildInputs = [