Merge pull request #209460 from fabaff/asyauth-bump

python310Packages.asyauth: 0.0.9 -> 0.0.10

authored by Fabian Affolter and committed by GitHub 8af82bf4 eb45903a

+2 -2
+2 -2
pkgs/development/python-modules/asyauth/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "asyauth"; 13 - version = "0.0.9"; 13 + version = "0.0.10"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-nbZ/tcv9caUtGywn74ekrdq0S1AGB2kY2II8mW0Cc6c="; 20 + hash = "sha256-C8JoaQMQMtbu+spRuQEnFyUvTKVhnqcAVgRESsRO33k="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [