mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-gitpatch: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-gitpatch): Update to 0.5.1.
This commit is contained in:
parent
8126142baf
commit
97bc8c47bb
1 changed files with 2 additions and 2 deletions
|
@ -8772,7 +8772,7 @@ (define-public emacs-git-messenger
|
|||
(define-public emacs-gitpatch
|
||||
(package
|
||||
(name "emacs-gitpatch")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8781,7 +8781,7 @@ (define-public emacs-gitpatch
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jj12pjwza6cq8a3kr8nqnmm3vxs0wam8h983irry4xr4ifywsn4"))))
|
||||
(base32 "1drf4fvmak7brf16axkh4nfz8pg44i7pjhfjz3dbkycbpp8y5vig"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/tumashu/gitpatch")
|
||||
(synopsis "Mail git patch from Emacs")
|
||||
|
|
Loading…
Reference in a new issue