python37Packages.gnureadline: 6.3.8 -> 8.0.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gnureadline/versions
This commit is contained in:
R. RyanTM 2019-07-19 22:53:46 -07:00 committed by Frederik Rietdijk
parent ddce9d07e2
commit 27f9a4253d

View File

@ -6,13 +6,13 @@
}:
buildPythonPackage rec {
version = "6.3.8";
version = "8.0.0";
pname = "gnureadline";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq";
sha256 = "0xllr43dizvybmb68i0ybk1xhaqx5abjwxa9vrg43b9ds0pggvk1";
};
buildInputs = [ pkgs.ncurses ];