[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: emacs-tuareg: Update to 3.0.1.
From: |
guix-commits |
Subject: |
06/07: gnu: emacs-tuareg: Update to 3.0.1. |
Date: |
Fri, 30 Sep 2022 03:02:17 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 16df0649bdc6184d9cbe0e3069349f812d90dd7e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 30 08:35:48 2022 +0200
gnu: emacs-tuareg: Update to 3.0.1.
* gnu/packages/ocaml.scm (emacs-tuareg): Update to 3.0.1.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b8f8a6f70b..12d7a83836 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1081,7 +1081,7 @@ the OCaml core distribution.")
(define-public emacs-tuareg
(package
(name "emacs-tuareg")
- (version "3.0.0")
+ (version "3.0.1")
(source
(origin
(method git-fetch)
@@ -1090,7 +1090,7 @@ the OCaml core distribution.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "115vm0hq4xkwfd3w0j8xqhkdgcirlxpnwzwxv02c27583hj056is"))))
+ (base32 "1p3xpk78i8ywgdmc59w05wjjy9dg6gm5gicm08szmrlnx08v2ihm"))))
(build-system gnu-build-system)
(arguments
(list
- branch master updated (a70c67cfe7 -> bcf7dc6c56), guix-commits, 2022/09/30
- 02/07: gnu: emacs-helm: Update to 3.8.8., guix-commits, 2022/09/30
- 07/07: gnu: Add emacs-new-purescript-mode., guix-commits, 2022/09/30
- 01/07: gnu: emacs-pg: Update to 0.16., guix-commits, 2022/09/30
- 03/07: gnu: emacs-taxy-magit-section: Update to 0.11., guix-commits, 2022/09/30
- 04/07: gnu: emacs-tramp: Update to 2.5.3.3., guix-commits, 2022/09/30
- 05/07: gnu: emacs-ement: Update to 0.3., guix-commits, 2022/09/30
- 06/07: gnu: emacs-tuareg: Update to 3.0.1.,
guix-commits <=