python312Packages.pick: 2.2.0 -> 2.3.0

Diff: https://github.com/wong2/pick/compare/refs/tags/v2.2.0...v2.3.0

Changelog: https://github.com/wong2/pick/releases/tag/v2.3.0
This commit is contained in:
Fabian Affolter 2024-04-22 22:58:25 +02:00
parent 2a7a80ac27
commit af04d1af2e
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pick";
version = "2.2.0";
version = "2.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "wong2";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Py+D03bXnVsIwvYwjl0IMeH33ZPJW5TuJ3tU79MMsCw=";
hash = "sha256-1CDwnPvu64zHu+MML0KssPxI5CH7ng8lYZXQzmeSOCw=";
};
nativeBuildInputs = [