python310Packages.aioqsw: 0.3.1 -> 0.3.2

Changelog: https://github.com/Noltari/aioqsw/releases/tag/0.3.2
This commit is contained in:
Fabian Affolter 2023-02-25 15:16:00 +01:00
parent e897e754a0
commit ed1852d3c2

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aioqsw";
version = "0.3.1";
version = "0.3.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-8WfQTaa9BiMHDLxCZNqcFmi0ifEC2xgyN2cDBBtBDdI=";
hash = "sha256-Z7Q9b+ameddvGu9KJUNsaqOHiu0qXnpzuiZwg+/0+64=";
};
propagatedBuildInputs = [