python310Packages.pypoolstation: 0.4.4 -> 0.4.5

This commit is contained in:
Fabian Affolter 2022-06-03 19:15:48 +02:00
parent 9f3eb79799
commit 068e986440

View file

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