mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-subed: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.0.
This commit is contained in:
parent
6cc350ed0d
commit
2a3d773cbb
1 changed files with 2 additions and 2 deletions
|
@ -7911,14 +7911,14 @@ user.")
|
||||||
(define-public emacs-subed
|
(define-public emacs-subed
|
||||||
(package
|
(package
|
||||||
(name "emacs-subed")
|
(name "emacs-subed")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(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
|
||||||
"0j47vra3wywi73ss3wg94q7h8b2wqsw6l8z2l090id9k813dkcrx"))))
|
"1cdgnwd1saqc07xizdpaadnnl88w0hwc39jklhql1m2a0ii52lck"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue