python310Packages.pycryptodome-test-vectors: 1.0.4 -> 1.0.6
This commit is contained in:
parent
7329aa8229
commit
49b91bddbd
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycryptodome-test-vectors";
|
||||
version = "1.0.4";
|
||||
version = "1.0.6";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-2+ZL8snmaB0tNxGZRbUM6SdfXZf4CM0nh3/wTOu9R50=";
|
||||
hash = "sha256-oNfIVm7wyhgU9pgDhdP6BVJehuEw4d238GDaYMuAYLQ=";
|
||||
extension = "zip";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue