Skip to content

Commit

Permalink
python312Packages.opower: 0.4.3 -> 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 30, 2024
1 parent 38cc393 commit e215665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/opower/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "opower";
version = "0.4.3";
version = "0.4.4";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "tronikos";
repo = "opower";
rev = "refs/tags/v${version}";
hash = "sha256-qJMQoc0Bpo1X2jQ23XlmCLE7h8F5IsniQ+Hx9iJ0h6A=";
hash = "sha256-GG7r0/rZcB4cuog3m0qCOrmcYiscPQggQhRC9sQGG40=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit e215665

Please sign in to comment.