lol

acgtk: 1.5.0 → 1.5.1 (#81539)


Co-authored-by: Jon <jonringer@users.noreply.github.com>

authored by

Vincent Laporte
Jon
and committed by
GitHub
dcfccdfc d0e0acad

+6 -5
+6 -5
pkgs/applications/science/logic/acgtk/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 5 - name = "acgtk-1.5.0"; 5 + pname = "acgtk"; 6 + version = "1.5.1"; 6 7 7 8 src = fetchurl { 8 - url = http://calligramme.loria.fr/acg/software/acg-1.5.0-20181019.tar.gz; 9 - sha256 = "14n003gxzw5w79hlpw1ja4nq97jqf9zqyg00ihvpxw4bv9jlm8jm"; 9 + url = https://acg.loria.fr/software/acg-1.5.1-20191113.tar.gz; 10 + sha256 = "17595qfwhzz5q091ak6i6bg5wlppbn8zfn58x3hmmmjvx2yfajn1"; 10 11 }; 11 12 12 13 buildInputs = [ dune ] ++ (with ocamlPackages; [ 13 - ocaml findlib ansiterminal cairo2 fmt logs menhir mtime ocf 14 + ocaml findlib ansiterminal cairo2 cmdliner fmt logs menhir mtime yojson 14 15 ]); 15 16 16 17 buildPhase = "dune build"; ··· 18 19 inherit (dune) installPhase; 19 20 20 21 meta = with stdenv.lib; { 21 - homepage = http://calligramme.loria.fr/acg/; 22 + homepage = https://acg.loria.fr/; 22 23 description = "A toolkit for developing ACG signatures and lexicon"; 23 24 license = licenses.cecill20; 24 25 inherit (ocamlPackages.ocaml.meta) platforms;