diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2019-07-24 22:23:19 +0200 | 
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2019-07-24 22:23:19 +0200 | 
| commit | 97bc8c47bbf2d9c641c4884f0e905c35c1540f45 (patch) | |
| tree | f9692cf3655a5053827deb13a724f57f86c024fc /gnu | |
| parent | 8126142baf2cadd7b0052ba7b1d0cd248c8cbc40 (diff) | |
gnu: emacs-gitpatch: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-gitpatch): Update to 0.5.1.
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 9baa782e2e..b11ec100f2 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8772,7 +8772,7 @@ internally.")  (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 @@ internally.")               (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") | 
