python312Packages.opower: 0.4.1 -> 0.4.2

Diff: https://github.com/tronikos/opower/compare/refs/tags/v0.4.1...v0.4.2

Changelog: https://github.com/tronikos/opower/releases/tag/v0.4.2
This commit is contained in:
Fabian Affolter 2024-04-01 20:37:19 +02:00
parent a5fcefa1ad
commit f2e2c0cdf8
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "opower";
version = "0.4.1";
version = "0.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tronikos";
repo = "opower";
rev = "refs/tags/v${version}";
hash = "sha256-PB6t1ltxJs7aYn/OthCORHbyRXqMkTZ6YE2He0k/2mc=";
hash = "sha256-mQE3WypB//OPilx4vA8b8V+eO0MJ/cSa3wILLW+Jk4Y=";
};
nativeBuildInputs = [