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