python312Packages.gnureadline: 8.2.10 -> 8.2.13

This commit is contained in:
R. Ryantm 2024-12-04 11:00:29 +00:00
parent 1e536d5ebe
commit 85af710611

View File

@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
version = "8.2.10";
version = "8.2.13";
format = "setuptools";
pname = "gnureadline";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
hash = "sha256-p0a6mNTeN7B55C2Um3BMM8FoswvR+QcaHSXJ2ppEmZc=";
hash = "sha256-ybnh57qZqAu1DBICfWzmkldPd6Zb9XvJcEHPgcD0m9E=";
};
buildInputs = [ pkgs.ncurses ];