gnu: emacs-ghub: Update to 3.4.1.

* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.4.1.
This commit is contained in:
Oleg Pykhalov 2020-08-23 14:23:12 +03:00
parent 825b2d95f4
commit 77a0bcacce
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -736,7 +736,7 @@ (define-public emacs-graphql
(define-public emacs-ghub
(package
(name "emacs-ghub")
(version "3.3.0")
(version "3.4.1")
(source
(origin
(method git-fetch)
@ -745,7 +745,7 @@ (define-public emacs-ghub
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1229g0d9f4ywwjndx32x4z5jdr0kzyi44hjxmy0sifwfmg9nn251"))))
(base32 "07iy4203ppvzkh67sb0v968hnypnvy4dpfy0qpqrp8zmc455dxq5"))))
(build-system emacs-build-system)
(arguments
`(#:phases