guix-commits
[Top][All Lists]
Advanced

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

03/23: gnu: emacs-buttercup: Update to 1.35.


From: guix-commits
Subject: 03/23: gnu: emacs-buttercup: Update to 1.35.
Date: Sat, 6 Apr 2024 10:52:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 539058049ab00bfec0c98179482e98e0db915bd7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 6 14:14:49 2024 +0200

    gnu: emacs-buttercup: Update to 1.35.
    
    * gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.35.
    
    Change-Id: I3665731182e4e1f0ee73ebe0f0bd2521e1e154fe
---
 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 1721f20d43..7c45217f57 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29420,7 +29420,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
 (define-public emacs-buttercup
   (package
     (name "emacs-buttercup")
-    (version "1.34")
+    (version "1.35")
     (source
      (origin
        (method git-fetch)
@@ -29430,7 +29430,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "07bsbzqxsb6sbayriymy54bqcy7is7c61fpnm83mg9527w0w4g19"))))
+         "0s5c7ia7b873dr6rqljkb1z4bf84zb3p3wjvcvpjhdcnf67m5x10"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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