seagoat: 1.0.20 -> 1.0.25

This commit is contained in:
R. Ryantm
2025-08-24 23:51:16 +00:00
parent 128ab1d92d
commit a3c1bf2b24
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "seagoat";
version = "1.0.20";
version = "1.0.25";
pyproject = true;
src = fetchFromGitHub {
owner = "kantord";
repo = "SeaGOAT";
tag = "v${version}";
hash = "sha256-UbvWvPEd4SRVZpnANJD3V/oZAQrqOeEjWwr5TyOZjNI=";
hash = "sha256-Qg4sYp2glD7TI6MjqTGFFDlwpLdy7apckTUT29NSK6k=";
};
build-system = [ python3Packages.poetry-core ];