guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/38: gnu: emacs-ghub: Update to 3.6.0.


From: guix-commits
Subject: 16/38: gnu: emacs-ghub: Update to 3.6.0.
Date: Sun, 21 May 2023 08:55:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bdbe0314fbf4864c70eea896673468f1ab55ad0a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 13:17:47 2023 +0200

    gnu: emacs-ghub: Update to 3.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.6.0.
    [propagated-inputs]: Add EMACS-COMPAT.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f14d3c44e7..c31c0f1424 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1940,7 +1940,7 @@ organizing remote Go repository clones.")
 (define-public emacs-ghub
   (package
     (name "emacs-ghub")
-    (version "3.5.6")
+    (version "3.6.0")
     (source
      (origin
        (method git-fetch)
@@ -1949,7 +1949,7 @@ organizing remote Go repository clones.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pw1rjrvvanlcxv3rb64s2p646zfaipp7h7v8djlrrnlgy6mwbqd"))))
+        (base32 "11nrh2lr5179r0brd9vl7r0i0dpjxdr5frplxq6j2ca7l2vzwqyr"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -1974,7 +1974,7 @@ organizing remote Go repository clones.")
     (native-inputs
      (list texinfo))
     (propagated-inputs
-     (list emacs-dash emacs-let-alist emacs-treepy))
+     (list emacs-compat emacs-dash emacs-let-alist emacs-treepy))
     (home-page "https://github.com/magit/ghub";)
     (synopsis "Emacs client libraries for the APIs of various Git forges")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]