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 11 buildPythonPackage rec { 12 pname = "asyauth"; 13 - version = "0.0.9"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; 17 18 src = fetchPypi { 19 inherit pname version; 20 - hash = "sha256-nbZ/tcv9caUtGywn74ekrdq0S1AGB2kY2II8mW0Cc6c="; 21 }; 22 23 propagatedBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "asyauth"; 13 + version = "0.0.10"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; 17 18 src = fetchPypi { 19 inherit pname version; 20 + hash = "sha256-C8JoaQMQMtbu+spRuQEnFyUvTKVhnqcAVgRESsRO33k="; 21 }; 22 23 propagatedBuildInputs = [