diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:01 +0200 |
commit | 4fc248ada260cad72af9c2527857dd68e12c0d3e (patch) | |
tree | dd203397f77b30eda66278c8007a2210edae5119 /gnu | |
parent | 66c5e40762cb43277915453d9615d2fe80fd4a6f (diff) | |
download | guix-4fc248ada260cad72af9c2527857dd68e12c0d3e.tar.gz guix-4fc248ada260cad72af9c2527857dd68e12c0d3e.zip |
gnu: emacs-ghub: Update to 3.5.6.
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.5.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ef0b5bb7b7..9d9d40aca1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1430,7 +1430,7 @@ organizing remote Go repository clones.") (define-public emacs-ghub (package (name "emacs-ghub") - (version "3.5.5") + (version "3.5.6") (source (origin (method git-fetch) @@ -1439,7 +1439,7 @@ organizing remote Go repository clones.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1px27nh4cr3r16qmvig72jdirjzllvm2m4dzm59kfznhg3rf7vj0")))) + (base32 "1pw1rjrvvanlcxv3rb64s2p646zfaipp7h7v8djlrrnlgy6mwbqd")))) (build-system emacs-build-system) (arguments (list |