about summary refs log tree commit diff
path: root/pkgs/development/python-modules/async-upnp-client
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-13 16:41:59 +0000
committerMartin Weinelt <mweinelt@users.noreply.github.com>2023-09-13 21:30:07 +0200
commit8e32f5b91d5263ff6e6ce939e85dfffc0c691185 (patch)
tree4b413c867d0d41274f001ccdd900a0a6ac4d5d92 /pkgs/development/python-modules/async-upnp-client
parent803e1de34e5ec677424f952cfaa70e6dbeb6dfe7 (diff)
python311Packages.async-upnp-client: 0.35.0 -> 0.35.1
Diff: https://github.com/StevenLooman/async_upnp_client/compare/refs/tags/0.35.0...0.35.1

Changelog: https://github.com/StevenLooman/async_upnp_client/blob/0.35.1/CHANGES.rst
Diffstat (limited to 'pkgs/development/python-modules/async-upnp-client')
-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 7f6130414488f..acebba7126430 100644
--- a/pkgs/development/python-modules/async-upnp-client/default.nix
+++ b/pkgs/development/python-modules/async-upnp-client/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "async-upnp-client";
-  version = "0.35.0";
+  version = "0.35.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "StevenLooman";
     repo = "async_upnp_client";
     rev = "refs/tags/${version}";
-    hash = "sha256-U1PkOu257ppSsoPQr4oYdNKkUrm1WKAPuuMy1pjLx8A=";
+    hash = "sha256-owg9oZv/smovJPoCjr9Y0TK4Ap5IMD7cNagtkYkJk1c=";
   };
 
   propagatedBuildInputs = [