Merge pull request #36986 from ryantm/auto-update/fricas

fricas: 1.3.2 -> 1.3.3
This commit is contained in:
Gabriel Ebner 2018-03-17 13:56:26 +01:00 committed by GitHub
commit 5693c5da8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, sbcl, libX11, libXpm, libICE, libSM, libXt, libXau, libXdmcp }:
let
version = "1.3.2";
version = "1.3.3";
name = "fricas-" + version;
in
stdenv.mkDerivation {
@ -9,7 +9,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://sourceforge.net/projects/fricas/files/fricas/${version}/${name}-full.tar.bz2";
sha256 = "17a3vfvsn2idydqslf5r6z3sk6a5bdgj6z1n3dmnwmpkc4z152vr";
sha256 = "1avp9mbl5yn192c7kz5c2d18k33hay9lwii363b0v5hj3qgq2hhl";
};
buildInputs = [ sbcl libX11 libXpm libICE libSM libXt libXau libXdmcp ];