Loading pkgs/development/python-modules/solarlog-cli/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, hatchling, aiohttp, bcrypt, mashumaro, aioresponses, pytest-aio, Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "solarlog-cli"; version = "0.5.0"; version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.12"; Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/solarlog-cli/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, hatchling, aiohttp, bcrypt, mashumaro, aioresponses, pytest-aio, Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "solarlog-cli"; version = "0.5.0"; version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.12"; Loading @@ -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 ]; Loading