python310Packages.pick: 2.1.0 -> 2.2.0
Changelog: https://github.com/wong2/pick/releases/tag/v2.2.0
This commit is contained in:
parent
b557092159
commit
e00bdab42c
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pick";
|
pname = "pick";
|
||||||
version = "2.1.0";
|
version = "2.2.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
owner = "wong2";
|
owner = "wong2";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-rpUcWMVshlAhprvySqJJjVXpq92ITuhlV+DNwTXSfMc=";
|
hash = "sha256-Py+D03bXnVsIwvYwjl0IMeH33ZPJW5TuJ3tU79MMsCw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Module to create curses-based interactive selection list in the terminal";
|
description = "Module to create curses-based interactive selection list in the terminal";
|
||||||
homepage = "https://github.com/wong2/pick";
|
homepage = "https://github.com/wong2/pick";
|
||||||
Changelog = "https://github.com/wong2/pick/releases/tag/v${version}";
|
changelog = "https://github.com/wong2/pick/releases/tag/v${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user