Unverified Commit 3b7dcac9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.asn1: 2.8.0 -> 3.0.0 (#387212)

parents 3c95dc10 bf56ca9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "asn1";
  version = "2.8.0";
  version = "3.0.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "andrivet";
    repo = "python-asn1";
    tag = "v${version}";
    hash = "sha256-DLKfdQzYLhfaIEPPymTzRqj3+L/fsm5Jh8kqud/ezfw=";
    hash = "sha256-OVDhA5ClnwJJwZw0oinAUUDBN/s2ECgHXEww+8hB/fQ=";
  };

  build-system = [ setuptools ];