Unverified Commit e8a263c1 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.solarlog-cli: 0.3.1 -> 0.3.2

parent 82c8a151
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "solarlog-cli";
  version = "0.3.1";
  version = "0.3.2";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "dontinelli";
    repo = "solarlog_cli";
    rev = "refs/tags/v${version}";
    hash = "sha256-67ZEval+cRvjFhQynFVYf5FFDw+zWrAfSC/2d6X+oh4=";
    hash = "sha256-Oa2o4fuchW3ROtQFVhiWL6rhdUbzSFDegCkm8W7bCpE=";
  };

  build-system = [ hatchling ];