[PATCH 7/7] gnu: emacs-ghub: Update to 3.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jelle Licht
  • Ludovic Courtès
Owner
unassigned
Submitted by
Jelle Licht
Severity
normal
J
J
Jelle Licht wrote on 29 Dec 2018 16:03
(address . guix-patches@gnu.org)(name . Jelle Licht)(address . jlicht@fsfe.org)
20181229150301.30567-8-jlicht@fsfe.org
* gnu/packages/emacs.scm (emacs-ghub): Update to 3.2.0.
[source]: Use 'git-fetch'.
[propagated-inputs]: Add emacs-dash, emacs-graphql,
emacs-let-alist, emacs-treepy.
---
gnu/packages/emacs.scm | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

Toggle diff (42 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8639208ba..409fe2c60 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -680,16 +680,16 @@ creating and executing GraphQL queries against your favorite web services.")
(define-public emacs-ghub
(package
(name "emacs-ghub")
- (version "2.0.1")
+ (version "3.2.0")
(source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/magit/ghub/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/magit/ghub.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0d0qj5r1bm2aidi61rigrdaycxnyb7y1ivb3h8rpvvapsf8sk7z0"))))
+ "0lp52qygyavddl1lrgsyb6mq7hcf9h89dy2pzya3mb2va49f0vvl"))))
(build-system emacs-build-system)
(arguments
`(#:phases
@@ -697,6 +697,11 @@ creating and executing GraphQL queries against your favorite web services.")
(add-before 'install 'make-info
(lambda _
(invoke "make" "info"))))))
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-graphql" ,emacs-graphql)
+ ("emacs-let-alist" ,emacs-let-alist)
+ ("emacs-treepy" ,emacs-treepy)))
(native-inputs
`(("texinfo" ,texinfo)))
(home-page "https://github.com/magit/ghub")
--
2.20.1
L
L
Ludovic Courtès wrote on 9 Jan 2019 16:45
(name . Jelle Licht)(address . jlicht@fsfe.org)(address . 33904@debbugs.gnu.org)
875zux6dhv.fsf@gnu.org
Jelle Licht <jlicht@fsfe.org> skribis:

Toggle quote (5 lines)
> * gnu/packages/emacs.scm (emacs-ghub): Update to 3.2.0.
> [source]: Use 'git-fetch'.
> [propagated-inputs]: Add emacs-dash, emacs-graphql,
> emacs-let-alist, emacs-treepy.

LGTM, thanks!
J
J
Jelle Licht wrote on 9 Jan 2019 23:13
control message for bug #33904
(address . control@debbugs.gnu.org)
874lahfpir.fsf@fsfe.org
tags 33904 fixed
close 33904
?