Unverified Commit fad4b47f authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

addwater: 1.2.5 -> 1.2.6 (#387507)

parents cdec7e97 bf274024
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.5";
  version = "1.2.6";
  # 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-Klz7FYlvkiokoISXsVvyWGKWR/MVhpj4OjQQhvPzju4=";
    hash = "sha256-J1bWJUtQ8V1UuH+hfU0jIy/LQRFjzzV1YvI/VIaCjJE=";
  };

  buildInputs = [