Skip to content

Commit

Permalink
python312Packages.blocksat-cli: 2.4.6 -> 2.4.7 (NixOS#339793)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 5, 2024
2 parents da6e1b1 + d7a5ae0 commit 51a0103
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pkgs/development/python-modules/blocksat-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
fetchFromGitHub,
pyasyncore,
pysnmp,
pysnmplib,
pytestCheckHook,
python-gnupg,
pythonAtLeast,
Expand All @@ -16,7 +17,7 @@

buildPythonPackage rec {
pname = "blocksat-cli";
version = "2.4.6";
version = "2.4.7";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -25,14 +26,17 @@ buildPythonPackage rec {
owner = "Blockstream";
repo = "satellite";
rev = "refs/tags/v${version}";
hash = "sha256-1gz2lAS/AHeY54AaVXGeofLC68KjAP7POsIaBL3v2EY=";
hash = "sha256-OmIQUrUH3kWgf+v+9Hl2OgDdGPwb3guNY0+H64CWkeg=";
};

nativeBuildInputs = [ setuptools ];
pythonRelaxDeps = [ "pyasyncore" ];

propagatedBuildInputs = [
build-system = [ setuptools ];

dependencies = [
distro
pysnmp
pysnmplib
python-gnupg
qrcode
requests
Expand All @@ -50,10 +54,10 @@ buildPythonPackage rec {

meta = with lib; {
description = "Blockstream Satellite CLI";
mainProgram = "blocksat-cli";
homepage = "https://github.com/Blockstream/satellite";
changelog = "https://github.com/Blockstream/satellite/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ prusnak ];
mainProgram = "blocksat-cli";
};
}

0 comments on commit 51a0103

Please sign in to comment.