Merge pull request #172127 from r-ryantm/auto-update/python3.10-pycryptodome-test-vectors
python310Packages.pycryptodome-test-vectors: 1.0.7 -> 1.0.8
This commit is contained in:
commit
cf1385f8a3
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue