python3Packages.pycryptodome: 3.19.1 -> 3.20.0
https://github.com/Legrandin/pycryptodome/blob/v3.20.0/Changelog.rst
This commit is contained in:
@@ -10,14 +10,14 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "pycryptodome";
|
||||
version = "3.19.1";
|
||||
version = "3.20.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Legrandin";
|
||||
repo = "pycryptodome";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-+m0gF47l3c9gZ9dLdOUNW0I2W1O+OGrmsdysu7QdjvI=";
|
||||
hash = "sha256-RPaBUj/BJCO+10maGDmugeEXxaIrlk2UHIvkbrQVM8c=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user