mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: emacs-buttercup: Update to 1.33.
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.33. Change-Id: Ie98b77b883b084886797680ef317b9668f1d0445
This commit is contained in:
parent
3320775063
commit
78c55428c3
1 changed files with 2 additions and 2 deletions
|
@ -28866,7 +28866,7 @@ (define-public emacs-sesman
|
|||
(define-public emacs-buttercup
|
||||
(package
|
||||
(name "emacs-buttercup")
|
||||
(version "1.31")
|
||||
(version "1.33")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28876,7 +28876,7 @@ (define-public emacs-buttercup
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rvc9r6swb74lhzd877jidkkf2cxl5v4zz302j2imqhsbk844qzh"))))
|
||||
"10q6zr837yaal1g3l7vmj08b3c301j99b290pylshb0si360a27h"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue