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:
parent
241eff01f7
commit
c9bcf8f736
1 changed files with 19 additions and 21 deletions
|
@ -17982,27 +17982,25 @@ mode.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-crux
|
(define-public emacs-crux
|
||||||
(let ((commit "308f17d914e2cd79cbc809de66d02b03ceb82859")
|
(package
|
||||||
(revision "2"))
|
(name "emacs-crux")
|
||||||
(package
|
(version "0.4.0")
|
||||||
(name "emacs-crux")
|
(source
|
||||||
(version (git-version "0.3.0" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/bbatsov/crux")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/bbatsov/crux")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"1h28chpyq61k72qh749r5kqq1y70wx3xw9c3zyfzmy750wlw6nyj"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"0rf84finwlvmy0xpgyljjvnrijlmkzjyw9rh97svgxp9c1rzfk0x"))))
|
(home-page "https://github.com/bbatsov/crux")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Collection of useful functions for Emacs")
|
||||||
(home-page "https://github.com/bbatsov/crux")
|
(description
|
||||||
(synopsis "Collection of useful functions for Emacs")
|
"@code{crux} provides a collection of useful functions for Emacs.")
|
||||||
(description
|
(license license:gpl3+)))
|
||||||
"@code{crux} provides a collection of useful functions for Emacs.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-edit-server
|
(define-public emacs-edit-server
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue