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>2023-09-10 09:16:00 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-09-10 09:16:00 +0200
commit165f8ef5ff4b68b3b3cc2f1a9001584e3213b9eb (patch)
tree806963b64f113c28b5a69147fd62315ff99917ec /pkgs/development/python-modules/aiodiscover
parent0b458fbc462ced7fc03c8b68cf1b1bd0d92af465 (diff)
python311Packages.aiodiscover: 1.4.16 -> 1.5.1
Diff: https://github.com/bdraco/aiodiscover/compare/refs/tags/v1.4.16...v1.5.1

Changelog: https://github.com/bdraco/aiodiscover/releases/tag/v1.5.1
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 0e58973910382..3a7af196d172a 100644
--- a/pkgs/development/python-modules/aiodiscover/default.nix
+++ b/pkgs/development/python-modules/aiodiscover/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "aiodiscover";
-  version = "1.4.16";
+  version = "1.5.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "bdraco";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-umHw9DFLIsoxBNlUSuSmaRy5O270lP0tLZ8rilw0oWg=";
+    hash = "sha256-rFypv0gCj+Jskk+dlRNJ2ufj2sDud7AuJzj3cl4bB4Y=";
   };
 
   propagatedBuildInputs = [