mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:29:17 -05: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 @@ (define-public emacs-crdt
|
|||
(define-public emacs-crux
|
||||
(package
|
||||
(name "emacs-crux")
|
||||
(version "0.4.0")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24415,7 +24415,7 @@ (define-public emacs-crux
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h28chpyq61k72qh749r5kqq1y70wx3xw9c3zyfzmy750wlw6nyj"))))
|
||||
"00n4k09x3slchs81xw1q0rcb78ncb5k2lvsigb9j7s3kxbj6bvvy"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/bbatsov/crux")
|
||||
(synopsis "Collection of useful functions for Emacs")
|
||||
|
|
Loading…
Reference in a new issue