mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
python310Packages.pycryptodome-test-vectors: 1.0.7 -> 1.0.8
This commit is contained in:
parent
806344b3e2
commit
c31919630b
@ -5,12 +5,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycryptodome-test-vectors";
|
||||
version = "1.0.7";
|
||||
version = "1.0.8";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-GfzFM3S4yk0V2zTaQ+rkljyHdvC0ETUNSccZImqoLIU=";
|
||||
hash = "sha256-3BTh7as4CikvVfUx2xBZlUOaq/dAQNNFHpuRxWg/5N0=";
|
||||
extension = "zip";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user