mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: emacs-subed: Update to 1.2.16.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.16. Change-Id: Ie902556cb0d43ccbbca9704217f88d6279a98492
This commit is contained in:
parent
5b842cf927
commit
3393e67184
1 changed files with 2 additions and 2 deletions
|
@ -9443,14 +9443,14 @@ (define-public emacs-sudo-edit
|
|||
(define-public emacs-subed
|
||||
(package
|
||||
(name "emacs-subed")
|
||||
(version "1.2.15")
|
||||
(version "1.2.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.nongnu.org/nongnu/subed-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"08b1ln5idclxr8jdq7san05lf3sm3iqg56v7h0yjdsxfjaqbw00a"))))
|
||||
"0fsxsp8g70mr36njmv2h3qrmp1mw3r4clrlzib33iq02wmw7q3rg"))))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #t
|
||||
|
|
Loading…
Reference in a new issue