python310Packages.unicrypto: 0.0.8 -> 0.0.9

This commit is contained in:
Fabian Affolter 2022-08-30 11:24:08 +02:00
parent ac8bc1afe7
commit 93d7507b92

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "unicrypto";
version = "0.0.8";
version = "0.0.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BIf53ZAJwybulTGnlBKuGK1nNCWhyADWSUe5b96wTN8=";
hash = "sha256-nV3YWK1a1gj6UkmHsX6IVdZNbSRQygyhFjj02S/GyAs=";
};
propagatedBuildInputs = [