Unverified Commit 651be2a0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.millheater: 0.14.0 -> 0.14.1 (#461610)

parents 0269b246 3b852daf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "millheater";
  version = "0.14.0";
  version = "0.14.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Danielhiversen";
    repo = "pymill";
    tag = version;
    hash = "sha256-s2uufn4G3yTDLd0v72KAL8AuZNSBYwQRkAX8UKXcex4=";
    hash = "sha256-CDPk3AiLFNOovjNi4fDy91BBcxpbyFV9FCN1uU5bxbc=";
  };

  build-system = [ setuptools ];