mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
python: pycryptodomex: 3.6.6 -> 3.7.0
This commit is contained in:
parent
7c5aa0d9e8
commit
ee2d534639
@ -2,7 +2,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycryptodomex";
|
||||
version = "3.6.6";
|
||||
version = "3.7.0";
|
||||
|
||||
meta = {
|
||||
description = "A self-contained cryptographic library for Python";
|
||||
@ -12,6 +12,6 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d0d448484e161786922b41e112b5d7cf76ef5f0c725ea5107ef866bb14a38b12";
|
||||
sha256 = "9f11823636128acbe4e17c35ff668f4d0a9f3133450753a0675525b6413aa1b0";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user