seagoat: 1.0.15 -> 1.0.20

This commit is contained in:
R. Ryantm 2025-08-16 11:37:02 +00:00
parent b6b47963d8
commit 61305bb98e

View File

@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "seagoat"; pname = "seagoat";
version = "1.0.15"; version = "1.0.20";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kantord"; owner = "kantord";
repo = "SeaGOAT"; repo = "SeaGOAT";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-Gc+CcOfwez1dP5VgaP12eIO0ITFxD2Y7BiHD9Z8GgO4="; hash = "sha256-UbvWvPEd4SRVZpnANJD3V/oZAQrqOeEjWwr5TyOZjNI=";
}; };
build-system = [ python3Packages.poetry-core ]; build-system = [ python3Packages.poetry-core ];