Skip to content

Commit

Permalink
python312Packages.opower: 0.5.0 -> 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 12, 2024
1 parent 3a375fc commit 7188fd1
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 @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "opower";
version = "0.5.0";
version = "0.5.2";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tronikos";
repo = "opower";
rev = "refs/tags/v${version}";
hash = "sha256-Rv5ttUUlBqa4yFEV5WWrZ+fhL/mrvjoYFsMN6xnFUhQ=";
hash = "sha256-aK/zpeSe9GBONDbFqLF6ZGkBkhp2/GzH5gg3hfJcl/U=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 7188fd1

Please sign in to comment.