Merge pull request #198087 from fabaff/python-homewizard-energy-bump

python310Packages.python-homewizard-energy: 1.1.0 -> 1.1.1
This commit is contained in:
Fabian Affolter 2022-10-28 09:34:29 +02:00 committed by GitHub
commit 43c684cb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "python-homewizard-energy";
version = "1.1.0";
version = "1.1.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "DCSBL";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-D+WgAsH5CaAIw/lYMUd191f/9EGLvM93qB+b2/XULD8=";
hash = "sha256-aaTxUx1eMM4Me4D0EkV5iDzs+yPt83/7PyPXTCTIgq8=";
};
nativeBuildInputs = [