mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-rec-mode: Update to 1.9.0.
* gnu/packages/databases.scm (emacs-rec-mode): Update to 1.9.0.
This commit is contained in:
parent
87d0bd9a14
commit
3efc96f1e6
1 changed files with 2 additions and 2 deletions
|
@ -1600,14 +1600,14 @@ types are supported, as is encryption.")
|
||||||
(define-public emacs-rec-mode
|
(define-public emacs-rec-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-rec-mode")
|
(name "emacs-rec-mode")
|
||||||
(version "1.8.3")
|
(version "1.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"rec-mode-" version ".tar"))
|
"rec-mode-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lkmvvdj4xx3qhxqggizrcdawav0accyrza2wmhfdq88g2zh5575"))
|
"1w1q6kh567fd8xismq9i6wr1y893lypd30l452yvydi1qjiq1n6x"))
|
||||||
(snippet '(begin (delete-file "rec-mode.info")))))
|
(snippet '(begin (delete-file "rec-mode.info")))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue