guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: emacs-buttercup: Update to 1.30.


From: guix-commits
Subject: 05/10: gnu: emacs-buttercup: Update to 1.30.
Date: Fri, 10 Mar 2023 15:14:25 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f3f45d1b40045e4a67dc159a642f0c336fdb6801
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 10 18:48:32 2023 +0100

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



reply via email to

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