python3Packages.opower: 0.16.3 -> 0.16.4

This commit is contained in:
R. Ryantm
2026-01-19 08:53:47 +00:00
parent 27b5557239
commit be17407226
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "opower";
version = "0.16.3";
version = "0.16.4";
pyproject = true;
src = fetchFromGitHub {
owner = "tronikos";
repo = "opower";
tag = "v${finalAttrs.version}";
hash = "sha256-+LkLbIJR6v4icoQFIsipR+PfrF5ZgcEh5d1nAwVTldU=";
hash = "sha256-r1evfPKvuMXlOvpwqqOSyC80TpZWphYhDVQCi9IiI+8=";
};
build-system = [ setuptools ];