mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-subed: Update to 1.2.23.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.23. Change-Id: I302fe4a5f11128e6e4853d75b153731bd6678c1d
This commit is contained in:
parent
38d595e21f
commit
90a407a427
1 changed files with 2 additions and 2 deletions
|
@ -9703,14 +9703,14 @@ user.")
|
||||||
(define-public emacs-subed
|
(define-public emacs-subed
|
||||||
(package
|
(package
|
||||||
(name "emacs-subed")
|
(name "emacs-subed")
|
||||||
(version "1.2.16")
|
(version "1.2.23")
|
||||||
(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
|
||||||
"0fsxsp8g70mr36njmv2h3qrmp1mw3r4clrlzib33iq02wmw7q3rg"))))
|
"0bvsv688mqhga8dffy3841wxs5pkw0vish15dgligll47cj98mzp"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue