python313Packages.fountains: 3.0.0 -> 3.0.1

This commit is contained in:
Fabian Affolter
2025-10-13 13:49:20 +02:00
parent c58cd36d56
commit 772f368f7f

View File

@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "fountains";
version = "3.0.0";
version = "3.0.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-kRu+jCKRfkH0URNuYvTF3TF1WslyfeE2EHE1VLCMyys=";
hash = "sha256-gGYmHvlD9cmivPtM/2sKW36FvUzk5FxYBgZfLUX2lIg=";
};
build-system = [ setuptools ];