guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-clojure-mode: Update to 5.12.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-clojure-mode: Update to 5.12.0.
Date: Mon, 17 Aug 2020 04:40:07 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new accdd9d  gnu: emacs-clojure-mode: Update to 5.12.0.
accdd9d is described below

commit accdd9dd97b02a408bab1d40657173aa9c58401a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 17 10:39:22 2020 +0200

    gnu: emacs-clojure-mode: Update to 5.12.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.12.0.
    [native-inputs]: Add emacs-paredit.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 38045fc..3c12a2f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7160,7 +7160,7 @@ allowing unprefixed keys to insert their respective 
characters as expected.")
 (define-public emacs-clojure-mode
   (package
     (name "emacs-clojure-mode")
-    (version "5.11.0")
+    (version "5.12.0")
     (source
      (origin
        (method git-fetch)
@@ -7169,11 +7169,12 @@ allowing unprefixed keys to insert their respective 
characters as expected.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1x1yszp6waa778ki6sw66w1pzcz389wd01gkcldfxxnd7z89ad5d"))))
+        (base32 "14ipfy9ji39pnb9x7bzjp8lyqyxk168fx017m823j7a2g9i0sgp3"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("emacs-buttercup" ,emacs-buttercup)
        ("emacs-dash" ,emacs-dash)
+       ("emacs-paredit" ,emacs-paredit)
        ("emacs-s" ,emacs-s)))
     (arguments
      `(#:tests? #t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]