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:
Nicolas Goaziou 2023-06-24 15:27:34 +02:00
parent 5da3942b2f
commit 79a58ae400
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")