summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-09-30 08:31:34 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-06 19:37:49 +0200
commit0773deee07d36acd0b1ab9d4b9117fb340597598 (patch)
treee0994117020744f250a79cf2bde61e8ae0997d8b
parente733d8ea0aaf0f9fa67a6a89ec3cbcb9d51b0907 (diff)
downloadnixpkgs-0773deee07d36acd0b1ab9d4b9117fb340597598.tar
nixpkgs-0773deee07d36acd0b1ab9d4b9117fb340597598.tar.gz
nixpkgs-0773deee07d36acd0b1ab9d4b9117fb340597598.tar.bz2
nixpkgs-0773deee07d36acd0b1ab9d4b9117fb340597598.tar.lz
nixpkgs-0773deee07d36acd0b1ab9d4b9117fb340597598.tar.xz
nixpkgs-0773deee07d36acd0b1ab9d4b9117fb340597598.tar.zst
nixpkgs-0773deee07d36acd0b1ab9d4b9117fb340597598.zip
python3Packages.aiodiscover: 1.4.2 -> 1.4.4
-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 97caef50285..1ad7c0bfd9d 100644
--- a/pkgs/development/python-modules/aiodiscover/default.nix
+++ b/pkgs/development/python-modules/aiodiscover/default.nix
@@ -11,14 +11,14 @@
 
 buildPythonPackage rec {
   pname = "aiodiscover";
-  version = "1.4.2";
+  version = "1.4.4";
   disabled = pythonOlder "3.7";
 
   src = fetchFromGitHub {
     owner = "bdraco";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-xiIN/YLIOdPuqenyxybu0iUpYEy3MyBssXswza5InU0=";
+    sha256 = "sha256-DobTx6oUr25J8bolo84V4yTT0b0jBsOIzPn93uAmDl0=";
   };
 
   propagatedBuildInputs = [