python3Packages.incomfort-client: 0.6.12 -> 0.7.0
Diff: https://github.com/zxdavb/incomfort-client/compare/v0.6.12...v0.7.0 Changelog: https://github.com/jbouwh/incomfort-client/releases/tag/v0.7.0
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "incomfort-client";
|
||||
version = "0.6.12";
|
||||
version = "0.7.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zxdavb";
|
||||
repo = "incomfort-client";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-5IP0R7NI+TXBOPwDZ26inVC6YxhYozo4ZM/V7w73EvQ=";
|
||||
hash = "sha256-myjT9mx3QfXFTVDPYusLGrpB61+qywu5r0K5InzMhYA=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user