Merge pull request #128875 from fabaff/bump-millheater
python3Packages.millheater: 0.4.2 -> 0.5.0
This commit is contained in:
commit
5f103c21e7
1 changed files with 4 additions and 2 deletions
|
@ -2,25 +2,27 @@
|
|||
, aiohttp
|
||||
, async-timeout
|
||||
, buildPythonPackage
|
||||
, cryptography
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "millheater";
|
||||
version = "0.4.2";
|
||||
version = "0.5.0";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Danielhiversen";
|
||||
repo = "pymill";
|
||||
rev = version;
|
||||
sha256 = "sha256-B9/nxlPHAPZzbOMQj81CxTEjI03JQxfH8F8vy1E4HIQ=";
|
||||
sha256 = "sha256-uMvCpXz+amb5mR9ebkAit21UFYpsTkjkZRXtmcvWt8k=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
async-timeout
|
||||
cryptography
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
|
|
Loading…
Reference in a new issue