Merge pull request #311326 from fabaff/opower-bump

python312Packages.opower: 0.4.4 -> 0.4.5
This commit is contained in:
Nick Cao 2024-05-13 11:12:25 -04:00 committed by GitHub
commit 50ce2030fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "opower";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "tronikos";
repo = "opower";
rev = "refs/tags/v${version}";
hash = "sha256-GG7r0/rZcB4cuog3m0qCOrmcYiscPQggQhRC9sQGG40=";
hash = "sha256-PBxxLbVOvJSFmDXgKeI5sICUR7NJGUEUUahK9eBsvbE=";
};
build-system = [ setuptools ];