mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: emacs-ghub: Update to 4.0.0.
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 4.0.0. Change-Id: Ib2ee7234f8744cbee3203f71686123232023fb45
This commit is contained in:
parent
f63982efeb
commit
e0f656e85b
1 changed files with 2 additions and 2 deletions
|
@ -2452,7 +2452,7 @@ (define-public emacs-ghq
|
|||
(define-public emacs-ghub
|
||||
(package
|
||||
(name "emacs-ghub")
|
||||
(version "3.6.0")
|
||||
(version "4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2461,7 +2461,7 @@ (define-public emacs-ghub
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11nrh2lr5179r0brd9vl7r0i0dpjxdr5frplxq6j2ca7l2vzwqyr"))))
|
||||
(base32 "1dnl4idvc96jv73gdsrp377m1782i5n0cq0y4s0mp4i1vqd5drj2"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue