mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-09 06:36:53 +00:00
python310Packages.greeclimate: 1.4.0 -> 1.4.1
Diff: https://github.com/cmroche/greeclimate/compare/refs/tags/v1.4.0...v1.4.1 Changelog: https://github.com/cmroche/greeclimate/blob/refs/tags/v1.4.1/CHANGELOG.md
This commit is contained in:
parent
59b752087d
commit
5ecb98d731
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "greeclimate";
|
pname = "greeclimate";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "cmroche";
|
owner = "cmroche";
|
||||||
repo = "greeclimate";
|
repo = "greeclimate";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-UBkfe4d+K+730TbvModZF1ET7uxMpQGxOkq0PF/WiWc=";
|
hash = "sha256-M4oxFi/PpqhJgZX/wM+9rSrraIZcqzubbxnihfK0W2E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user