guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-gitpatch: Update to 0.5.1.


From: guix-commits
Subject: 01/01: gnu: emacs-gitpatch: Update to 0.5.1.
Date: Wed, 24 Jul 2019 16:24:16 -0400 (EDT)

jlicht pushed a commit to branch master
in repository guix.

commit 97bc8c47bbf2d9c641c4884f0e905c35c1540f45
Author: Jelle Licht <address@hidden>
Date:   Wed Jul 24 22:23:19 2019 +0200

    gnu: emacs-gitpatch: Update to 0.5.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-gitpatch): Update to 0.5.1.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9baa782..b11ec10 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]