Skip to content

Commit

Permalink
python312Packages.pytibber: 0.30.2 -> 0.30.3 (#351403)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents 0ac1542 + bab94b6 commit 474d466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytibber/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "pytibber";
version = "0.30.2";
version = "0.30.3";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pyTibber";
rev = "refs/tags/${version}";
hash = "sha256-9Tnn68RxKwEruYEGo2pZQTQTlYnVMfa3MRzA55HlBRc=";
hash = "sha256-4MkREdeYqAA+MpM9JQyiVVDPpefVTNT0x0ptR33K6yU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 474d466

Please sign in to comment.