python39Packages.pycrypto: update meta
This commit is contained in:
parent
72dab1fa30
commit
4d5c0f0ba4
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
||||||
# https://github.com/NixOS/nixpkgs/issues/21671
|
# https://github.com/NixOS/nixpkgs/issues/21671
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = pycryptodome.version;
|
|
||||||
pname = "pycrypto";
|
pname = "pycrypto";
|
||||||
|
version = pycryptodome.version;
|
||||||
|
|
||||||
# Cannot build wheel otherwise (zip 1980 issue)
|
# Cannot build wheel otherwise (zip 1980 issue)
|
||||||
SOURCE_DATE_EPOCH=315532800;
|
SOURCE_DATE_EPOCH=315532800;
|
||||||
|
@ -21,8 +21,8 @@ buildPythonPackage rec {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.pycrypto.org/";
|
homepage = "https://www.pycrypto.org/";
|
||||||
description = "Python Cryptography Toolkit";
|
description = "Drop-in replacement for pycrypto using pycryptodome";
|
||||||
platforms = pycryptodome.meta.platforms;
|
platforms = pycryptodome.meta.platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue