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
This commit is contained in:
committed by
Martin Weinelt
parent
803e1de34e
commit
8e32f5b91d
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user