python313Packages.pypoolstation: 0.5.6 -> 0.5.7 (#403885)

This commit is contained in:
Fabian Affolter
2025-05-04 08:39:23 +02:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pypoolstation";
version = "0.5.6";
version = "0.5.7";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-E5/Z7TgIZlbIDB9I+DJI812ce8ctidDAXGCHBFzk7F8=";
hash = "sha256-hSlEChNjoDToA0tgWQiusBEpL08SMuOeHRr9W7Qgh/U=";
};
nativeBuildInputs = [ poetry-core ];