lol

python313Packages.asn1: 3.0.0 -> 3.0.1

Diff: https://github.com/andrivet/python-asn1/compare/refs/tags/v3.0.0...refs/tags/v3.0.1

Changelog: https://github.com/andrivet/python-asn1/blob/v3.0.1/CHANGELOG.rst

+2 -2
+2 -2
pkgs/development/python-modules/asn1/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "asn1"; 12 - version = "3.0.0"; 12 + version = "3.0.1"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "andrivet"; 19 19 repo = "python-asn1"; 20 20 tag = "v${version}"; 21 - hash = "sha256-OVDhA5ClnwJJwZw0oinAUUDBN/s2ECgHXEww+8hB/fQ="; 21 + hash = "sha256-aICQO2pAZKO+F9o5/sPyZGtIAlXaOUxe9qkb6sQX60U="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];