Commit e69666e2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.ge25519: 1.5.1 -> 2.0.0

parent a4a1de91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "ge25519";
  version = "1.5.1";
  version = "2.0.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-VKDPiSdufWwrNcZSRTByFU4YGoJrm48TDm1nt4VyclA=";
    hash = "sha256-eqduw1nMHMiMIvhzXA1Zg2foqQscQwFLhgm9aJYvmuo=";
  };

  build-system = [ setuptools ];