mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-subed: Update to 1.2.7.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.7. Change-Id: Ib64097dceaf858d847a0b93da6d71baaf04fafe8
This commit is contained in:
parent
2a28bd0fd7
commit
ee00dd9a50
1 changed files with 2 additions and 2 deletions
|
@ -8682,14 +8682,14 @@ (define-public emacs-sudo-edit
|
||||||
(define-public emacs-subed
|
(define-public emacs-subed
|
||||||
(package
|
(package
|
||||||
(name "emacs-subed")
|
(name "emacs-subed")
|
||||||
(version "1.2.6")
|
(version "1.2.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.nongnu.org/nongnu/subed-"
|
(uri (string-append "https://elpa.nongnu.org/nongnu/subed-"
|
||||||
version ".tar"))
|
version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"005nzmv5i24wxwhs1l76fpk06rpf8bw19fccrqkiph5k77lg42gr"))))
|
"1rvc17pvig3ihc74d7i25kl3lnigp0h8lh634x0676hdx38h91ib"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
|
|
Loading…
Reference in a new issue