seagoat: 0.54.4 -> 0.54.6

This commit is contained in:
R. Ryantm
2025-04-10 05:03:53 +00:00
parent 219272b3ff
commit a8e22f7145
+2 -2
View File
@@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec {
pname = "seagoat";
version = "0.54.4";
version = "0.54.6";
pyproject = true;
src = fetchFromGitHub {
owner = "kantord";
repo = "SeaGOAT";
tag = "v${version}";
hash = "sha256-vix/tecZfKPF2pMuaYhBa3Y0qh3DelWYpta8Qy0saUE=";
hash = "sha256-KEFA1DUfsJpeNkWui/WKazImGCSwTFlPD8qsGFJNtr0=";
};
build-system = [ python3Packages.poetry-core ];