python310Packages.aioqsw: 0.2.2 -> 0.3.1

Diff: https://github.com/Noltari/aioqsw/compare/refs/tags/0.2.2...0.3.1

Changelog: https://github.com/Noltari/aioqsw/releases/tag/0.3.1
This commit is contained in:
Fabian Affolter 2022-12-12 11:04:47 +01:00
parent c70263ec3c
commit c3b18f64e6

View file

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