python3Packages.millheater: 0.12.5 -> 0.13.1

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

+4 -2
+4 -2
pkgs/development/python-modules/millheater/default.nix
··· 4 async-timeout, 5 buildPythonPackage, 6 fetchFromGitHub, 7 pythonOlder, 8 setuptools, 9 }: 10 11 buildPythonPackage rec { 12 pname = "millheater"; 13 - version = "0.12.5"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.10"; ··· 19 owner = "Danielhiversen"; 20 repo = "pymill"; 21 tag = version; # https://github.com/Danielhiversen/pymill/issues/87 22 - hash = "sha256-DGMG6LabfKGmQ6MDm/skqeQuOhSlr1ssZ2Z7fItzOt0="; 23 }; 24 25 build-system = [ setuptools ]; ··· 27 dependencies = [ 28 aiohttp 29 async-timeout 30 ]; 31 32 # Project has no tests
··· 4 async-timeout, 5 buildPythonPackage, 6 fetchFromGitHub, 7 + pyjwt, 8 pythonOlder, 9 setuptools, 10 }: 11 12 buildPythonPackage rec { 13 pname = "millheater"; 14 + version = "0.13.1"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.10"; ··· 20 owner = "Danielhiversen"; 21 repo = "pymill"; 22 tag = version; # https://github.com/Danielhiversen/pymill/issues/87 23 + hash = "sha256-fdKMX85uo5L/1ko5aXHzLcWbr24StzRV38jjEbeRRkw="; 24 }; 25 26 build-system = [ setuptools ]; ··· 28 dependencies = [ 29 aiohttp 30 async-timeout 31 + pyjwt 32 ]; 33 34 # Project has no tests