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.15.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.15. [arguments]<#:test-command>: Fix command. Change-Id: I9c597857b4b927b680ca9f4caef8362ab29b3c98
This commit is contained in:
parent
7b1bdf68c8
commit
b4a63cb2a2
1 changed files with 3 additions and 3 deletions
|
@ -9335,18 +9335,18 @@ (define-public emacs-sudo-edit
|
|||
(define-public emacs-subed
|
||||
(package
|
||||
(name "emacs-subed")
|
||||
(version "1.2.14")
|
||||
(version "1.2.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.nongnu.org/nongnu/subed-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kzb054radxq9hqviadmbr4cln39yp7yz4inq4ip52rd3qdm8vy4"))))
|
||||
"08b1ln5idclxr8jdq7san05lf3sm3iqg56v7h0yjdsxfjaqbw00a"))))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #t
|
||||
#:test-command #~(list "make" "test-only")))
|
||||
#:test-command #~(list "buttercup" "-L" ".")))
|
||||
(native-inputs (list emacs-buttercup))
|
||||
(inputs (list ffmpeg))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Reference in a new issue