Unverified Commit c8300513 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

addwater: 1.2.2 -> 1.2.5 (#379115)

parents 099085cc dc89413b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

python3Packages.buildPythonApplication rec {
  pname = "addwater";
  version = "1.2.2";
  version = "1.2.5";
  # built with meson, not a python format
  pyproject = false;

@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
    owner = "largestgithubuseronearth";
    repo = "addwater";
    tag = "v${version}";
    hash = "sha256-BpV4nJbJNMI0Nzzsl1NbsWTNRMFRBSrUF1+Qdd7h6eg=";
    hash = "sha256-Klz7FYlvkiokoISXsVvyWGKWR/MVhpj4OjQQhvPzju4=";
  };

  buildInputs = [