mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-subed: Update to 1.2.3.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.3.
This commit is contained in:
parent
5da3942b2f
commit
79a58ae400
1 changed files with 3 additions and 3 deletions
|
@ -8188,20 +8188,20 @@ (define-public emacs-sudo-edit
|
||||||
(define-public emacs-subed
|
(define-public emacs-subed
|
||||||
(package
|
(package
|
||||||
(name "emacs-subed")
|
(name "emacs-subed")
|
||||||
(version "1.2.2")
|
(version "1.2.3")
|
||||||
(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
|
||||||
"1xlh4kqa8516rvmzy67pzs0ghk9rc919nq5b2sywd5mvzi5spxnh"))))
|
"0np4wp7pmpayz8r9p3cl7z1i7yfq8xmkn862n9d104szf4ffk0if"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
#:test-command #~(list "make" "test-only")))
|
#:test-command #~(list "make" "test-only")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-buttercup))
|
(list))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.nongnu.org/nongnu/subed.html")
|
(home-page "https://elpa.nongnu.org/nongnu/subed.html")
|
||||||
(synopsis "Major mode for editing subtitles")
|
(synopsis "Major mode for editing subtitles")
|
||||||
|
|
Loading…
Reference in a new issue