gnuapl: 1.5 -> 1.6 (#18060)

Release announcement:
http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00014.html
This commit is contained in:
Lancelot SIX 2016-08-29 01:49:30 +02:00 committed by Robin Gloster
parent a141f15f46
commit bbf1fdf4e7
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnu-apl-${version}"; name = "gnu-apl-${version}";
version = "1.5"; version = "1.6";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/apl/apl-${version}.tar.gz"; url = "mirror://gnu/apl/apl-${version}.tar.gz";
sha256 = "0h4diq3wfbdwxp5nm0z4b0p1zq13lwip0y7v28r9v0mbbk8xsfh1"; sha256 = "057zwzvvgcrrwsl52a27w86hgy31jqq6avqq629xj7yq90qah3ay";
}; };
buildInputs = [ readline gettext ncurses ]; buildInputs = [ readline gettext ncurses ];