gnu: emacs-crux: Update to 0.3.0-2.308f17d.
* gnu/packages/emacs-xyz.scm (emacs-crux): Update to 0.3.0-2.308f17d.
This commit is contained in:
parent
ee0a392fa0
commit
c5c197cf25
|
@ -12024,12 +12024,11 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-crux
|
(define-public emacs-crux
|
||||||
(let ((commit "4f5c8fefd5a6aa52e128c4a0401cc86410d6ac8f")
|
(let ((commit "308f17d914e2cd79cbc809de66d02b03ceb82859")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-crux")
|
(name "emacs-crux")
|
||||||
(version (string-append "0.3.0" "-" revision "."
|
(version (git-version "0.3.0" revision commit))
|
||||||
(string-take commit 7)))
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12039,7 +12038,7 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fdxvv25cs01sg6fmvmzxpzvs50i6v8n2jya60lbavxqqhi0sbxd"))))
|
"0rf84finwlvmy0xpgyljjvnrijlmkzjyw9rh97svgxp9c1rzfk0x"))))
|
||||||
(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…
Reference in New Issue