Skip to content

Commit

Permalink
python312Packages.opower: 0.8.4 -> 0.8.6 (#352175)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 30, 2024
2 parents 5026c97 + 1c246f9 commit 566e598
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.4";
version = "0.8.6";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "tronikos";
repo = "opower";
rev = "refs/tags/v${version}";
hash = "sha256-UwiEUHLeGK7WsQ8RPmHAjPVXgFf6N5upJIKMp54NSjs=";
hash = "sha256-3GzShdYNfaBxu1azPW8eUR5rDn8rrGiE/MhTmwzLOg8=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 566e598

Please sign in to comment.