python3Packages.opower: 0.15.6 -> 0.15.7

This commit is contained in:
R. Ryantm
2025-10-18 10:04:48 +00:00
parent 5df9bd5a96
commit 20ae75985f
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "opower";
version = "0.15.6";
version = "0.15.7";
pyproject = true;
src = fetchFromGitHub {
owner = "tronikos";
repo = "opower";
tag = "v${version}";
hash = "sha256-jSokUs3aJJmcsTPkt2OEkCATLekuOVDGBufi8Fb2rtg=";
hash = "sha256-NB3Hoieykkcf+EHjW77aOUdbJj5fSUTmJ5EPGlp4LXw=";
};
build-system = [ setuptools ];