mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-crux: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-crux): Update to 0.5.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I539c77ff756b692f9f0b0b4c62f18db373a05f16
This commit is contained in:
parent
8529e7358a
commit
f0d5d50c2c
1 changed files with 2 additions and 2 deletions
|
@ -24405,7 +24405,7 @@ mode.")
|
||||||
(define-public emacs-crux
|
(define-public emacs-crux
|
||||||
(package
|
(package
|
||||||
(name "emacs-crux")
|
(name "emacs-crux")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24415,7 +24415,7 @@ mode.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h28chpyq61k72qh749r5kqq1y70wx3xw9c3zyfzmy750wlw6nyj"))))
|
"00n4k09x3slchs81xw1q0rcb78ncb5k2lvsigb9j7s3kxbj6bvvy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/bbatsov/crux")
|
(home-page "https://github.com/bbatsov/crux")
|
||||||
(synopsis "Collection of useful functions for Emacs")
|
(synopsis "Collection of useful functions for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue