python3Packages.millheater: 0.12.5 -> 0.13.1

https://github.com/Danielhiversen/pymill/releases/tag/0.13.1

Changed files
+4 -2
pkgs
development
python-modules
millheater
+4 -2
pkgs/development/python-modules/millheater/default.nix
···
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";
···
owner = "Danielhiversen";
repo = "pymill";
tag = version; # https://github.com/Danielhiversen/pymill/issues/87
-
hash = "sha256-DGMG6LabfKGmQ6MDm/skqeQuOhSlr1ssZ2Z7fItzOt0=";
+
hash = "sha256-fdKMX85uo5L/1ko5aXHzLcWbr24StzRV38jjEbeRRkw=";
};
build-system = [ setuptools ];
···
dependencies = [
aiohttp
async-timeout
+
pyjwt
];
# Project has no tests