python3Packages.infrared-protocols: 1.1.0 -> 2.1.0
Diff: https://github.com/home-assistant-libs/infrared-protocols/compare/1.1.0...2.1.0 Changelog: https://github.com/home-assistant-libs/infrared-protocols/releases/tag/2.1.0
This commit is contained in:
committed by
Martin Weinelt
parent
7e7c7fe240
commit
d3e9031248
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "infrared-protocols";
|
||||
version = "1.1.0";
|
||||
version = "2.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "home-assistant-libs";
|
||||
repo = "infrared-protocols";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-Sw9N8vdmdR13itUtx3Vcmc0DJN8IcIub+mzEWms/fpE=";
|
||||
hash = "sha256-TAeqDCuLSuzAOq2bsHTMYjQ1AyKDRQSAq8cC8oSfY1E=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user