python312Packages.ed25519: disable
This commit is contained in:
parent
1cc5891098
commit
e4156a9b61
@ -1,10 +1,13 @@
|
||||
{ lib, fetchPypi, buildPythonPackage }:
|
||||
{ lib, fetchPypi, buildPythonPackage, pythonAtLeast }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ed25519";
|
||||
version = "1.5";
|
||||
format = "setuptools";
|
||||
|
||||
# last commit in 2019, various compat issues with 3.12
|
||||
disabled = pythonAtLeast "3.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0n1k83ww0pr4q6z0h7p8hvy21hcgb96jvgllfbwhvvyf37h3w182";
|
||||
|
Loading…
Reference in New Issue
Block a user