mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: emacs-ghub: Update to 3.5.3.
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.5.3.
This commit is contained in:
parent
8691ea2ab7
commit
feb9ae939e
1 changed files with 2 additions and 2 deletions
|
@ -1073,7 +1073,7 @@ (define-public emacs-ghq
|
|||
(define-public emacs-ghub
|
||||
(package
|
||||
(name "emacs-ghub")
|
||||
(version "3.4.1")
|
||||
(version "3.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1082,7 +1082,7 @@ (define-public emacs-ghub
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07iy4203ppvzkh67sb0v968hnypnvy4dpfy0qpqrp8zmc455dxq5"))))
|
||||
(base32 "1sn7rzfkm75vj3whhisrjk1s34lz6hc08hmf4nnznbdvyimnd013"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue