guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-buttercup: Update to 1.28.


From: guix-commits
Subject: branch master updated: gnu: emacs-buttercup: Update to 1.28.
Date: Thu, 27 Oct 2022 11:40:00 -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 302eae2fc3 gnu: emacs-buttercup: Update to 1.28.
302eae2fc3 is described below

commit 302eae2fc3f92b64682ea30a80139867d448084b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Oct 27 17:37:40 2022 +0200

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



reply via email to

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