python3Packages.millheater: 0.12.5 -> 0.13.1
https://github.com/Danielhiversen/pymill/releases/tag/0.13.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user