Unverified Commit eff0984a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.waterfurnace: 1.5.1 -> 1.6.2 (#499572)

parents ec5d9b3c 0ed470c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage (finalAttrs: {
  pname = "waterfurnace";
  version = "1.5.1";
  version = "1.6.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sdague";
    repo = "waterfurnace";
    tag = "v${finalAttrs.version}";
    hash = "sha256-xXtAC099RideDuTvdUUn5wtuagpBMDMvrOMx9+alWhg=";
    hash = "sha256-E5GHO4kRfAg+A3FW674i6ekCrpjwYx5rx7xbTZXuT80=";
  };

  build-system = [ setuptools ];