Skip to content

Commit

Permalink
python312Packages.opower: 0.8.7 -> 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 30, 2025
1 parent 06d633e commit 08299c6
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 @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "opower";
version = "0.8.7";
version = "0.8.9";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "tronikos";
repo = "opower";
tag = "v${version}";
hash = "sha256-TUR3+UqsV04YLoLWiAp24viteKDkUsJ3MPCzirKBP8A=";
hash = "sha256-Djega2v8ybzTBfczPz/5INjGZpiWjunInLa0ywKuXL4=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 08299c6

Please sign in to comment.