Merge pull request #209460 from fabaff/asyauth-bump

python310Packages.asyauth: 0.0.9 -> 0.0.10
This commit is contained in:
Fabian Affolter 2023-01-07 23:25:34 +01:00 committed by GitHub
commit 8af82bf4aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "asyauth";
version = "0.0.9";
version = "0.0.10";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nbZ/tcv9caUtGywn74ekrdq0S1AGB2kY2II8mW0Cc6c=";
hash = "sha256-C8JoaQMQMtbu+spRuQEnFyUvTKVhnqcAVgRESsRO33k=";
};
propagatedBuildInputs = [