guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: emacs-clojure-mode: Update to 5.16.0.


From: guix-commits
Subject: 01/09: gnu: emacs-clojure-mode: Update to 5.16.0.
Date: Mon, 19 Dec 2022 10:59:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit dc33a21fc099909c076029081cafc8338cf14b8b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 19 15:52:53 2022 +0100

    gnu: emacs-clojure-mode: Update to 5.16.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 819a7ccdec..6cd5d686cd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11342,7 +11342,7 @@ allowing unprefixed keys to insert their respective 
characters as expected.")
 (define-public emacs-clojure-mode
   (package
     (name "emacs-clojure-mode")
-    (version "5.15.1")
+    (version "5.16.0")
     (source
      (origin
        (method git-fetch)
@@ -11351,7 +11351,7 @@ allowing unprefixed keys to insert their respective 
characters as expected.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12m3yjhy4q0x3ri4xxb9raqg9lmw4hk4jgn436d9zvsk4fr3h1nd"))))
+        (base32 "0s09b9gbmjmk56jm9hcbk06zfa96kqhgx58d98w13yy01yx0pych"))))
     (build-system emacs-build-system)
     (native-inputs
      (list emacs-buttercup emacs-dash emacs-paredit emacs-s))



reply via email to

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