about summary refs log tree commit diff
path: root/pkgs/development/python-modules/asyauth
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-20 09:27:35 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-20 09:27:35 +0100
commit9c1a01601f186bd9ecfbaaa476e450aa690cac6e (patch)
tree9a03382bbda2c7df1607e302fb925f96add36700 /pkgs/development/python-modules/asyauth
parent5354b758193ce9f3e0ab933455f5e8e06db0243c (diff)
python310Packages.asyauth: 0.0.10 -> 0.0.11
Changelog: https://github.com/skelsec/asyauth/releases/tag/0.0.11
Diffstat (limited to 'pkgs/development/python-modules/asyauth')
-rw-r--r--pkgs/development/python-modules/asyauth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/asyauth/default.nix b/pkgs/development/python-modules/asyauth/default.nix
index 743c2a3bb4483..3e157887f65d6 100644
--- a/pkgs/development/python-modules/asyauth/default.nix
+++ b/pkgs/development/python-modules/asyauth/default.nix
@@ -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 = [