addwater: 1.2.5 -> 1.2.6

This commit is contained in:
R. Ryantm 2025-03-06 06:11:48 +00:00
parent 97cb30a656
commit bf27402467

View file

@ -15,7 +15,7 @@
python3Packages.buildPythonApplication rec {
pname = "addwater";
version = "1.2.5";
version = "1.2.6";
# built with meson, not a python format
pyproject = false;
@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
owner = "largestgithubuseronearth";
repo = "addwater";
tag = "v${version}";
hash = "sha256-Klz7FYlvkiokoISXsVvyWGKWR/MVhpj4OjQQhvPzju4=";
hash = "sha256-J1bWJUtQ8V1UuH+hfU0jIy/LQRFjzzV1YvI/VIaCjJE=";
};
buildInputs = [