nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #202435 from fabaff/pick-bump

python310Packages.pick: 2.1.0 -> 2.2.0

authored by

Fabian Affolter and committed by
GitHub
c4ac2fbc 657a4386

+3 -2
+3 -2
pkgs/development/python-modules/pick/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pick"; 11 - version = "2.1.0"; 11 + version = "2.2.0"; 12 12 format = "pyproject"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "wong2"; 18 18 repo = pname; 19 19 rev = "refs/tags/v${version}"; 20 - sha256 = "sha256-rpUcWMVshlAhprvySqJJjVXpq92ITuhlV+DNwTXSfMc="; 20 + hash = "sha256-Py+D03bXnVsIwvYwjl0IMeH33ZPJW5TuJ3tU79MMsCw="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ ··· 35 35 meta = with lib; { 36 36 description = "Module to create curses-based interactive selection list in the terminal"; 37 37 homepage = "https://github.com/wong2/pick"; 38 + changelog = "https://github.com/wong2/pick/releases/tag/v${version}"; 38 39 license = with licenses; [ mit ]; 39 40 maintainers = with maintainers; [ fab ]; 40 41 };