gauche: 0.9.7 -> 0.9.8

This commit is contained in:
Mitsuhiro Nakamura 2019-06-17 09:02:26 +09:00
parent 453cc362c8
commit ab5f07960a

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "gauche-${version}";
version = "0.9.7";
version = "0.9.8";
src = fetchurl {
url = "mirror://sourceforge/gauche/Gauche-${version}.tgz";
sha256 = "181nycikma0rwrb1h6mi3kys11f8628pq8g5r3fg5hiz5sabscrd";
sha256 = "0jxp1ladpy8kvfvk561c64spf1c3d6giqla6zscqkd6qa480vcry";
};
nativeBuildInputs = [ pkgconfig texinfo ];