Unverified Commit e08fc596 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.millheater: 0.12.5 -> 0.13.1

parent 2122ea3f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4,13 +4,14 @@
  async-timeout,
  buildPythonPackage,
  fetchFromGitHub,
  pyjwt,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
  pname = "millheater";
  version = "0.12.5";
  version = "0.13.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -19,7 +20,7 @@ buildPythonPackage rec {
    owner = "Danielhiversen";
    repo = "pymill";
    tag = version; # https://github.com/Danielhiversen/pymill/issues/87
    hash = "sha256-DGMG6LabfKGmQ6MDm/skqeQuOhSlr1ssZ2Z7fItzOt0=";
    hash = "sha256-fdKMX85uo5L/1ko5aXHzLcWbr24StzRV38jjEbeRRkw=";
  };

  build-system = [ setuptools ];
@@ -27,6 +28,7 @@ buildPythonPackage rec {
  dependencies = [
    aiohttp
    async-timeout
    pyjwt
  ];

  # Project has no tests