Merge pull request #229177 from fabaff/fe25519-bump

python310Packages.fe25519: 1.4.0 -> 1.4.2, python310Packages.ge25519: 1.4.0 -> 1.4.3
This commit is contained in:
Fabian Affolter
2023-05-01 00:20:55 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "fe25519";
version = "1.4.0";
version = "1.4.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KWHYlHWNG/ATZP8WJ7e2M8ubQbQoT2ritWqSrl+92h0=";
hash = "sha256-VwCw/sS8Pzhscoa6yCRGbB9X+CtRVn8xyBEpKfGyhhY=";
};
nativeBuildInputs = [
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "ge25519";
version = "1.4.0";
version = "1.4.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-QDVhvOyTRwOgB9rCpLTpM4floLKa43hAxS2L0h4+HTU=";
hash = "sha256-oOvrfRSpvwfCcmpV7FOxcBOW8Ex89d2+otjORrzX4o0=";
};
nativeBuildInputs = [