python312Packages.pypoolstation: 0.5.4 -> 0.5.6 (#340696)

This commit is contained in:
Fabian Affolter 2024-09-09 11:48:41 +02:00 committed by GitHub
commit 8f23f42160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pypoolstation";
version = "0.5.4";
version = "0.5.6";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-SA5Eqz0WoisVVAjeKQymVh17+fHa7SuiYXgOL2BiJcc=";
hash = "sha256-E5/Z7TgIZlbIDB9I+DJI812ce8ctidDAXGCHBFzk7F8=";
};
nativeBuildInputs = [ poetry-core ];