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:
committed by
Frederik Rietdijk
parent
ddce9d07e2
commit
27f9a4253d
@@ -6,13 +6,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "6.3.8";
|
version = "8.0.0";
|
||||||
pname = "gnureadline";
|
pname = "gnureadline";
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq";
|
sha256 = "0xllr43dizvybmb68i0ybk1xhaqx5abjwxa9vrg43b9ds0pggvk1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgs.ncurses ];
|
buildInputs = [ pkgs.ncurses ];
|
||||||
|
|||||||
Reference in New Issue
Block a user