mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-subed: Update to 1.2.4.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.4.
This commit is contained in:
parent
d1e75f7289
commit
4007f4f317
1 changed files with 3 additions and 4 deletions
|
@ -8519,20 +8519,19 @@ (define-public emacs-sudo-edit
|
|||
(define-public emacs-subed
|
||||
(package
|
||||
(name "emacs-subed")
|
||||
(version "1.2.3")
|
||||
(version "1.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.nongnu.org/nongnu/subed-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"0np4wp7pmpayz8r9p3cl7z1i7yfq8xmkn862n9d104szf4ffk0if"))))
|
||||
"05pnjdrf9gq32bayvbd0yvp1lxpwj2xsarcy3s2jjb6zcgm6djyb"))))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #t
|
||||
#:test-command #~(list "make" "test-only")))
|
||||
(native-inputs
|
||||
(list emacs-buttercup))
|
||||
(native-inputs (list emacs-buttercup))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.nongnu.org/nongnu/subed.html")
|
||||
(synopsis "Major mode for editing subtitles")
|
||||
|
|
Loading…
Reference in a new issue