about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-04 22:09:56 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 02:39:47 +0100
commit98c92e795050e2484f07f91b4387500a95472281 (patch)
tree885b6e58ae4655dcd2029e72db5546bbbf3081e6
parent057b6e8c5a93550775e63dc8688220794bf10f75 (diff)
python3Packages.async-upnp-client: 0.32.3 -> 0.33.0
Diff: https://github.com/StevenLooman/async_upnp_client/compare/refs/tags/0.32.3...0.33.0

Changelog: https://github.com/StevenLooman/async_upnp_client/blob/0.33.0/CHANGES.rst
-rw-r--r--pkgs/development/python-modules/async-upnp-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/async-upnp-client/default.nix b/pkgs/development/python-modules/async-upnp-client/default.nix
index 451ac4ed221fb..5299ad46e5057 100644
--- a/pkgs/development/python-modules/async-upnp-client/default.nix
+++ b/pkgs/development/python-modules/async-upnp-client/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "async-upnp-client";
-  version = "0.32.3";
+  version = "0.33.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "StevenLooman";
     repo = "async_upnp_client";
     rev = "refs/tags/${version}";
-    hash = "sha256-1/RW84ammc6mu90izMtL7Cv11krc4WhdqCSq9ncFibI=";
+    hash = "sha256-I7C2ho+pmowerJFK82wYcqEOhRV3KZ5j5IBVCKjhllM=";
   };
 
   propagatedBuildInputs = [