Unverified Commit 64a25f55 authored by Michael Daniels's avatar Michael Daniels
Browse files

python3Packages.solarlog-cli: 0.5.0 -> 0.6.0

parent 30a76b36
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  fetchFromGitHub,
  hatchling,
  aiohttp,
  bcrypt,
  mashumaro,
  aioresponses,
  pytest-aio,
@@ -14,7 +15,7 @@

buildPythonPackage rec {
  pname = "solarlog-cli";
  version = "0.5.0";
  version = "0.6.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -23,13 +24,14 @@ buildPythonPackage rec {
    owner = "dontinelli";
    repo = "solarlog_cli";
    tag = "v${version}";
    hash = "sha256-MMn03i4Uu0auEzUiQHWCNfJyp32P+68pd4fDMy2GqnA=";
    hash = "sha256-oxeZkf5RpTgAd/PO8itElvQyBOQg1k4W//4M8Q0xbJg=";
  };

  build-system = [ hatchling ];

  dependencies = [
    aiohttp
    bcrypt
    mashumaro
  ];