mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: emacs-gcmh: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-gcmh): Update to 0.2.1.
This commit is contained in:
parent
e8aa4448cf
commit
b3a63d4f1f
1 changed files with 5 additions and 5 deletions
|
@ -1871,12 +1871,12 @@ (define-public emacs-aggressive-indent
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public emacs-gcmh
|
||||
;; No tagged release upstream.
|
||||
(let ((commit "84c43a4c0b41a595ac6e299fa317d2831813e580")
|
||||
(revision "0"))
|
||||
;; No tagged release upstream, but the commit below correspond to the 0.2.1
|
||||
;; release.
|
||||
(let ((commit "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9"))
|
||||
(package
|
||||
(name "emacs-gcmh")
|
||||
(version (git-version "0.1" revision commit))
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1884,7 +1884,7 @@ (define-public emacs-gcmh
|
|||
(url "https://gitlab.com/koral/gcmh")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "1r3wiqhrzh7wvqy484nl031fd4bn4cpvkv9646s4cjgvnnnv7jz3"))
|
||||
(base32 "0yh1ap8phv3x44rp0yr6z884xqw2apanbx4c0acqglvj0gaaqx25"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://gitlab.com/koral/gcmh")
|
||||
|
|
Loading…
Reference in a new issue