guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-buttercup: Update to 1.27.


From: guix-commits
Subject: 01/04: gnu: emacs-buttercup: Update to 1.27.
Date: Mon, 17 Oct 2022 12:45:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a1c0181617fe5208864e39111e2adf2f5d5b5451
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 17 18:37:25 2022 +0200

    gnu: emacs-buttercup: Update to 1.27.
    
    * gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.27.
---
 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 afb71da1bb..b6e11cee3a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25119,7 +25119,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
 (define-public emacs-buttercup
   (package
     (name "emacs-buttercup")
-    (version "1.26")
+    (version "1.27")
     (source
      (origin
        (method git-fetch)
@@ -25129,7 +25129,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1zr9lczdr9dfh99n079d5advxm9p32a8f984dx14f3jn5mx750b1"))))
+         "1266pqsl67q5svwaxnvwnqhk23wmhds1sds98bas9w4yi4amff0b"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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