GNU bug report logs

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

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#33904; Package guix-patches. (Sat, 29 Dec 2018 15:12:02 GMT) (full text, mbox, link).


Acknowledgement sent to Jelle Licht <jlicht@fsfe.org>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Sat, 29 Dec 2018 15:12:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Jelle Licht <jlicht@fsfe.org>
To: guix-patches@gnu.org
Cc: Jelle Licht <jlicht@fsfe.org>
Subject: [PATCH 7/7] gnu: emacs-ghub: Update to 3.2.0.
Date: Sat, 29 Dec 2018 16:03:01 +0100
* 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(-)

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





Information forwarded to guix-patches@gnu.org:
bug#33904; Package guix-patches. (Wed, 09 Jan 2019 15:46:02 GMT) (full text, mbox, link).


Message #8 received at 33904@debbugs.gnu.org (full text, mbox, reply):

From: Ludovic Courtès <ludo@gnu.org>
To: Jelle Licht <jlicht@fsfe.org>
Cc: 33904@debbugs.gnu.org
Subject: Re: [bug#33904] [PATCH 7/7] gnu: emacs-ghub: Update to 3.2.0.
Date: Wed, 09 Jan 2019 16:45:48 +0100
Jelle Licht <jlicht@fsfe.org> skribis:

> * 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!




Added tag(s) fixed. Request was from Jelle Licht <jlicht@fsfe.org> to control@debbugs.gnu.org. (Wed, 09 Jan 2019 22:14:05 GMT) (full text, mbox, link).


bug closed, send any further explanations to 33904@debbugs.gnu.org and Jelle Licht <jlicht@fsfe.org> Request was from Jelle Licht <jlicht@fsfe.org> to control@debbugs.gnu.org. (Wed, 09 Jan 2019 22:14:05 GMT) (full text, mbox, link).


bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Thu, 07 Feb 2019 12:24:04 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Mon Nov 4 22:19:02 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.