guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: emacs-buttercup: Update to 1.29.


From: guix-commits
Subject: 03/13: gnu: emacs-buttercup: Update to 1.29.
Date: Mon, 5 Dec 2022 14:52:51 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 4d053f5e6d220b1b406fcb56b3144fddd2b510eb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 5 20:41:02 2022 +0100

    gnu: emacs-buttercup: Update to 1.29.
    
    * gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.29.
---
 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 eeee6702f2..32b35fba9b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25634,7 +25634,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
 (define-public emacs-buttercup
   (package
     (name "emacs-buttercup")
-    (version "1.28")
+    (version "1.29")
     (source
      (origin
        (method git-fetch)
@@ -25644,7 +25644,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1dc8m5w26gi698d31xvh1q8mwf4a3wa1xrnyhqqxrmfr8b71clpk"))))
+         "0a5wvm7nh4748wzvp2b9jll74ifqz22bicxkl5fwp4di4vrqpd47"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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