mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-11 23:42:38 +00:00
Update PyOpenSSL to the second-latest version
The latest version 404s ?
This commit is contained in:
parent
3187e00735
commit
cf8909a2b5
@ -1,10 +1,10 @@
|
|||||||
{ pyopenssl, fetchPypi, isPyPy }:
|
{ pyopenssl, fetchPypi, isPyPy }:
|
||||||
pyopenssl.overrideAttrs (old: rec {
|
pyopenssl.overrideAttrs (old: rec {
|
||||||
pname = "pyOpenSSL";
|
pname = "pyOpenSSL";
|
||||||
version = "23.2.0";
|
version = "24.1.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "J2+TH1WkUufeppxxc+mE6ypEB85BPJGKo0tV+C+bi6w=";
|
sha256 = "yr7Uv6pd+fGhbA72Sgy2Uxi1zQd6ftp9aXATHKL0Gm8=";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user