seagoat: 0.54.9 -> 0.54.12

This commit is contained in:
R. Ryantm
2025-04-28 17:27:37 +00:00
parent 917ee0af83
commit 1a7b41fa0c
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "seagoat";
version = "0.54.9";
version = "0.54.12";
pyproject = true;
src = fetchFromGitHub {
owner = "kantord";
repo = "SeaGOAT";
tag = "v${version}";
hash = "sha256-BfZbYQ6ylMj8cn7q2AavU570/ci83ffdDbeB+F/wZlk=";
hash = "sha256-gDnLMdLyltyRElwWJpH2Cn9jnH7ziqOi1LPF8+qPUhQ=";
};
build-system = [ python3Packages.poetry-core ];