guix-commits
[Top][All Lists]
Advanced

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

11/53: gnu: emacs-buttercup: Update to 1.33.


From: guix-commits
Subject: 11/53: gnu: emacs-buttercup: Update to 1.33.
Date: Mon, 1 Jan 2024 20:26:01 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 78c55428c340698a39be135306fcf713c15688ee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:31:45 2024 +0100

    gnu: emacs-buttercup: Update to 1.33.
    
    * gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.33.
    
    Change-Id: Ie98b77b883b084886797680ef317b9668f1d0445
---
 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 19dde75fa4..e0f7549b47 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28866,7 +28866,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
 (define-public emacs-buttercup
   (package
     (name "emacs-buttercup")
-    (version "1.31")
+    (version "1.33")
     (source
      (origin
        (method git-fetch)
@@ -28876,7 +28876,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, 
SLIME etc.)")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1rvc9r6swb74lhzd877jidkkf2cxl5v4zz302j2imqhsbk844qzh"))))
+         "10q6zr837yaal1g3l7vmj08b3c301j99b290pylshb0si360a27h"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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