me
/
guix
Archived
1
0
Fork 0

gnu: emacs-tuareg: Update to 3.0.0.

* gnu/packages/ocaml.scm (emacs-tuareg): Update to 3.0.0.
master
Nicolas Goaziou 2022-09-27 19:12:50 +02:00
parent 6e4f9e2929
commit 32135b0357
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 42 additions and 46 deletions

View File

@ -1079,22 +1079,18 @@ the OCaml core distribution.")
(license license:lgpl2.1+))); with linking exception (license license:lgpl2.1+))); with linking exception
(define-public emacs-tuareg (define-public emacs-tuareg
;; Last upstream release on Sept., 14th, 2018, since then "Package cl
;; deprecated" or 'lexical-binding' and others had been fixed.
(let ((commit "ccde45bbc292123ec20617f1af7f7e19f7481545")
(revision "0"))
(package (package
(name "emacs-tuareg") (name "emacs-tuareg")
(version (git-version "2.2.0" revision commit)) (version "3.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/ocaml/tuareg") (url "https://github.com/ocaml/tuareg")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1yxv4bnqarilnpg5j7wywall8170hwvm0q4xx06yqjgcn8pq1lac")))) (base32 "115vm0hq4xkwfd3w0j8xqhkdgcirlxpnwzwxv02c27583hj056is"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("emacs" ,emacs-minimal) `(("emacs" ,emacs-minimal)
@ -1126,7 +1122,7 @@ the OCaml core distribution.")
(description "Tuareg helps editing OCaml code, to highlight important (description "Tuareg helps editing OCaml code, to highlight important
parts of the code, to run an OCaml REPL, and to run the OCaml debugger within parts of the code, to run an OCaml REPL, and to run the OCaml debugger within
Emacs.") Emacs.")
(license license:gpl2+)))) (license license:gpl2+)))
(define-public ocaml-menhir (define-public ocaml-menhir
(package (package