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

python310Packages.unicrypto: 0.0.7 -> 0.0.8

authored by Fabian Affolter and committed by GitHub aef95971 7680a7ae

+2 -2
+2 -2
pkgs/development/python-modules/unicrypto/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "unicrypto"; 11 - version = "0.0.7"; 11 + version = "0.0.8"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-vGapqRrXkcQJK8plFSup2UmBhlRnFkeLPhXwBtgQyOs="; 18 + hash = "sha256-BIf53ZAJwybulTGnlBKuGK1nNCWhyADWSUe5b96wTN8="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [