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