Merge pull request #307010 from r-ryantm/auto-update/python311Packages.pick

python311Packages.pick: 2.3.0 -> 2.3.2
This commit is contained in:
Fabian Affolter 2024-04-26 21:00:13 +02:00 committed by GitHub
commit 31cbc25459
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pick";
version = "2.3.0";
version = "2.3.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "wong2";
repo = "pick";
rev = "refs/tags/v${version}";
hash = "sha256-1CDwnPvu64zHu+MML0KssPxI5CH7ng8lYZXQzmeSOCw=";
hash = "sha256-6bkV9XEum5kbANqv/Xth+taCUl4nmuWskucq4jmV+Lc=";
};
build-system = [ poetry-core ];