guix-commits
[Top][All Lists]
Advanced

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

03/32: gnu: emacs-buttercup: Update to 1.34.


From: guix-commits
Subject: 03/32: gnu: emacs-buttercup: Update to 1.34.
Date: Sun, 17 Mar 2024 18:51:37 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b5837b097f6340c5f4ee10b47ee1fa37015bd3e3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 22:23:01 2024 +0100

    gnu: emacs-buttercup: Update to 1.34.
    
    * gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.34.
    
    Change-Id: I9b6123b76f6a2267d70789b6aa7b30e3aaef671a
---
 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 5f56363c0f..2d96246f18 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29356,7 +29356,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
 (define-public emacs-buttercup
   (package
     (name "emacs-buttercup")
-    (version "1.33")
+    (version "1.34")
     (source
      (origin
        (method git-fetch)
@@ -29366,7 +29366,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "10q6zr837yaal1g3l7vmj08b3c301j99b290pylshb0si360a27h"))))
+         "07bsbzqxsb6sbayriymy54bqcy7is7c61fpnm83mg9527w0w4g19"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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