Commit 268af31d authored by R. RyanTM's avatar R. RyanTM
Browse files

seagoat: 1.0.9 -> 1.0.10

parent f5f1c760
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

python3Packages.buildPythonApplication rec {
  pname = "seagoat";
  version = "1.0.9";
  version = "1.0.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kantord";
    repo = "SeaGOAT";
    tag = "v${version}";
    hash = "sha256-0GVKbPU0Tx7/RyGlh5JLzrQBHny/Och4594hNfAYNpI=";
    hash = "sha256-QNi2A+BoxBc/g/qqRDOebVdz3mhad+/6Y+fe4+KRij8=";
  };

  build-system = [ python3Packages.poetry-core ];