python310Packages.pypoolstation: 0.4.2 -> 0.4.4

This commit is contained in:
Fabian Affolter 2022-06-01 15:55:46 +02:00
parent 9c80c5568f
commit 3382990f8e

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pypoolstation";
version = "0.4.2";
version = "0.4.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyPoolstation";
inherit version;
sha256 = "sha256-86y/JnTSV+MEr0np3bbwqFMkVrWpMAeyn9WVuNod9xQ=";
sha256 = "sha256-MG2V7/AqgH4OVcOEDdhwQswt96URJBQtoi1i+n4IV7Y=";
};
nativeBuildInputs = [