python313Packages.opower: 0.16.2 -> 0.16.3

Diff: https://github.com/tronikos/opower/compare/v0.16.2...v0.16.3

Changelog: https://github.com/tronikos/opower/releases/tag/v0.16.3
This commit is contained in:
Fabian Affolter
2026-01-16 20:59:12 +01:00
parent 2301a7cbae
commit 31e1b57fa9
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "opower";
version = "0.16.2";
version = "0.16.3";
pyproject = true;
src = fetchFromGitHub {
owner = "tronikos";
repo = "opower";
tag = "v${finalAttrs.version}";
hash = "sha256-6VqGM8HhqXVXVTXjWxr8IO5IMshcpeZBUF2VUoOnX0I=";
hash = "sha256-+LkLbIJR6v4icoQFIsipR+PfrF5ZgcEh5d1nAwVTldU=";
};
build-system = [ setuptools ];