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