gnu: emacs-crux: Update to 0.4.0.

* gnu/packages/emacs-xyz.scm (emacs-crux): Update to 0.4.0.
This commit is contained in:
Nicolas Goaziou 2021-08-13 15:20:22 +02:00
parent 241eff01f7
commit c9bcf8f736
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17982,27 +17982,25 @@ mode.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-crux (define-public emacs-crux
(let ((commit "308f17d914e2cd79cbc809de66d02b03ceb82859")
(revision "2"))
(package (package
(name "emacs-crux") (name "emacs-crux")
(version (git-version "0.3.0" revision commit)) (version "0.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/bbatsov/crux") (url "https://github.com/bbatsov/crux")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0rf84finwlvmy0xpgyljjvnrijlmkzjyw9rh97svgxp9c1rzfk0x")))) "1h28chpyq61k72qh749r5kqq1y70wx3xw9c3zyfzmy750wlw6nyj"))))
(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")
(description (description
"@code{crux} provides a collection of useful functions for Emacs.") "@code{crux} provides a collection of useful functions for Emacs.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-edit-server (define-public emacs-edit-server
(package (package