Revert "python313Packages.asn1: 2.8.0 -> 3.0.0"

This reverts commit bf56ca9a8e.
This commit is contained in:
Robert Schütz
2025-10-14 17:37:31 -07:00
parent 8f94b1c7ae
commit ee9c99c1f3
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "asn1";
version = "3.0.0";
version = "2.8.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "andrivet";
repo = "python-asn1";
tag = "v${version}";
hash = "sha256-OVDhA5ClnwJJwZw0oinAUUDBN/s2ECgHXEww+8hB/fQ=";
hash = "sha256-DLKfdQzYLhfaIEPPymTzRqj3+L/fsm5Jh8kqud/ezfw=";
};
build-system = [ setuptools ];