mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ghub: Update to 4.2.2.
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 4.2.2. [propagated-inputs]: Add emacs-llama. Change-Id: I06047060fd23ad37a806ff713ccfccb103d5b5de
This commit is contained in:
parent
3091a86d7c
commit
18f2537d3b
1 changed files with 7 additions and 3 deletions
|
@ -2714,7 +2714,7 @@ organizing remote Go repository clones.")
|
||||||
(define-public emacs-ghub
|
(define-public emacs-ghub
|
||||||
(package
|
(package
|
||||||
(name "emacs-ghub")
|
(name "emacs-ghub")
|
||||||
(version "4.2.0")
|
(version "4.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2723,7 +2723,7 @@ organizing remote Go repository clones.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dlvhpwz4i2z70xh4rzkq8d1wfhbc6n0hp17kdwsy5x5d891dczi"))))
|
(base32 "1bd8lnhv50brfxqwyk7jmgrig0cahkam7ggwaifaz8vb8m456yar"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -2748,7 +2748,11 @@ organizing remote Go repository clones.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat emacs-dash emacs-let-alist emacs-treepy))
|
(list emacs-compat
|
||||||
|
emacs-dash
|
||||||
|
emacs-llama
|
||||||
|
emacs-let-alist
|
||||||
|
emacs-treepy))
|
||||||
(home-page "https://github.com/magit/ghub")
|
(home-page "https://github.com/magit/ghub")
|
||||||
(synopsis "Emacs client libraries for the APIs of various Git forges")
|
(synopsis "Emacs client libraries for the APIs of various Git forges")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue