python313Packages.opower: 0.16.0 -> 0.16.1

Diff: https://github.com/tronikos/opower/compare/v0.16.0...v0.16.1

Changelog: https://github.com/tronikos/opower/releases/tag/v0.16.1
This commit is contained in:
Fabian Affolter
2026-01-09 20:56:59 +01:00
parent d338a87c19
commit 16d4a771d9
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "opower";
version = "0.16.0";
version = "0.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tronikos";
repo = "opower";
tag = "v${version}";
hash = "sha256-UtIb0gSv3hyRDU2ZixSnfxU0eU80tkxsQJgOhnNk65Y=";
hash = "sha256-+Jpse32N1D697jQnutEPvdcL/AmE0ntO1IGyG3qHN1w=";
};
build-system = [ setuptools ];