python310Packages.fountains: 2.0.0 -> 2.1.0

This commit is contained in:
Fabian Affolter 2023-04-27 22:49:47 +02:00
parent b18c84f2a5
commit 45f11d894d

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "fountains";
version = "2.0.0";
version = "2.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9ASOgqkE1vwCKGAZXEJaHoABMXomIWTGv3jAsNssdsU=";
hash = "sha256-gYVguXMVrXxra/xy+R4RXVk9yDGKiKE8u3qWUk8sjt4=";
};
nativeBuildInputs = [