From 7e92bea6ada826a1960c027d1103f7d961e93afd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 20 Feb 2024 21:12:13 +0100 Subject: ghunt: 2.0.1 -> 2.1.0 Diff: https://github.com/mxrch/ghunt/compare/refs/tags/v2.0.1...v2.1.0 Changelog: https://github.com/mxrch/GHunt/releases/tag/v2.1.0 --- pkgs/by-name/gh/ghunt/package.nix | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'pkgs/by-name/gh') diff --git a/pkgs/by-name/gh/ghunt/package.nix b/pkgs/by-name/gh/ghunt/package.nix index ff4e7340409f..ddd139f38907 100644 --- a/pkgs/by-name/gh/ghunt/package.nix +++ b/pkgs/by-name/gh/ghunt/package.nix @@ -5,16 +5,23 @@ python3.pkgs.buildPythonApplication rec { pname = "ghunt"; - version = "2.0.1"; - format = "setuptools"; + version = "2.1.0"; + pyproject = true; src = fetchFromGitHub { owner = "mxrch"; repo = "ghunt"; rev = "refs/tags/v${version}"; - hash = "sha256-7awLKX+1fVbufg3++lUUCZg4p07c2yGeefiPFcE1Ij4="; + hash = "sha256-UeHVATTyAH3Xdm/NVSUhiicM+tZ4UnLeJsy1jSLK3v8="; }; + pythonRelaxDeps = true; + + nativeBuildInputs = with python3.pkgs; [ + pythonRelaxDepsHook + setuptools + ]; + propagatedBuildInputs = with python3.pkgs; [ alive-progress autoslot -- cgit 1.4.1