python310Packages.asyauth: 0.0.10 -> 0.0.11

Changelog: https://github.com/skelsec/asyauth/releases/tag/0.0.11
This commit is contained in:
Fabian Affolter 2023-01-20 09:27:35 +01:00
parent 5354b75819
commit 9c1a01601f

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "asyauth";
version = "0.0.10";
version = "0.0.11";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-C8JoaQMQMtbu+spRuQEnFyUvTKVhnqcAVgRESsRO33k=";
hash = "sha256-KCG+SdAtpenwDf+5nA2+p8eKrWiJQSdiRyCU+lGf/1o=";
};
propagatedBuildInputs = [