mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-subed: Update to 1.0.27.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.27.
This commit is contained in:
parent
5aff27b68e
commit
cf1e1ec9e2
1 changed files with 2 additions and 2 deletions
|
@ -7343,14 +7343,14 @@ (define-public emacs-sudo-edit
|
|||
(define-public emacs-subed
|
||||
(package
|
||||
(name "emacs-subed")
|
||||
(version "1.0.26")
|
||||
(version "1.0.27")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.nongnu.org/nongnu/subed-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vssgrchjgf36qxm6bm574wvvcjxmcfhlpziwilzixkxw48hh0ym"))))
|
||||
"0nyhrlpvvglc3gd2wv20j34mws6f6s2j7q73b4lf3j0mw9yq1cgf"))))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #t
|
||||
|
|
Loading…
Reference in a new issue