Merge pull request #75809 from marsam/update-gauche

gauche: 0.9.8 -> 0.9.9
This commit is contained in:
Mario Rodas 2019-12-16 22:52:52 -05:00 committed by GitHub
commit c1ec8ba244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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