python311Packages.pick: 2.3.0 -> 2.3.2

This commit is contained in:
R. Ryantm 2024-04-26 16:47:58 +00:00
parent b00f19626a
commit cd7d4107d0
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 ];