Merge pull request #177471 from r-ryantm/auto-update/python3.10-unicrypto

python310Packages.unicrypto: 0.0.7 -> 0.0.8
This commit is contained in:
Fabian Affolter 2022-06-13 09:08:38 +02:00 committed by GitHub
commit aef95971e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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