seagoat: 1.0.20 -> 1.0.25 (#436610)

This commit is contained in:
dish
2025-08-26 11:24:34 -04:00
committed by GitHub
+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 ];