Merge pull request #128875 from fabaff/bump-millheater

python3Packages.millheater: 0.4.2 -> 0.5.0
This commit is contained in:
Sandro 2021-07-05 23:47:48 +02:00 committed by GitHub
commit 5f103c21e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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