about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiodiscover
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-04-18 21:10:34 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-04-19 08:38:17 +0200
commitd98ccca9b5f62bc6270427ac840a6896f32f2650 (patch)
tree70d1ce2346d85b589f8e1d3604cbf99a92216ac2 /pkgs/development/python-modules/aiodiscover
parent813e114de335cd5d4c8d71554fd215b8fe056933 (diff)
python3Packages.aiodiscover: 1.4.8 -> 1.4.9
Diffstat (limited to 'pkgs/development/python-modules/aiodiscover')
-rw-r--r--pkgs/development/python-modules/aiodiscover/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiodiscover/default.nix b/pkgs/development/python-modules/aiodiscover/default.nix
index dbc684281fb4b..f54ffc9d4ce9c 100644
--- a/pkgs/development/python-modules/aiodiscover/default.nix
+++ b/pkgs/development/python-modules/aiodiscover/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "aiodiscover";
-  version = "1.4.8";
+  version = "1.4.9";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "bdraco";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ts3PnL1ePWJHHaLuC0eQKqBOt+HeEeAayeVBAIhnUWs=";
+    sha256 = "sha256-KfNf09L8WF8Op+uVLRttROIgXpY79v0HfMv8b2qMSxE=";
   };
 
   propagatedBuildInputs = [