guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: git-modes: Update to 1.2.2.


From: Alex Kost
Subject: 06/07: gnu: git-modes: Update to 1.2.2.
Date: Tue, 26 Apr 2016 09:47:27 +0000

alezost pushed a commit to branch master
in repository guix.

commit d1dfa22f9f704f11f1ce797957de1504a70179a2
Author: Alex Kost <address@hidden>
Date:   Mon Apr 25 19:16:52 2016 +0300

    gnu: git-modes: Update to 1.2.2.
    
    * gnu/packages/emacs.scm (git-modes): Update to 1.2.2.
---
 gnu/packages/emacs.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c5bc70b..6c53622 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -309,7 +309,7 @@ when typing parentheses directly or commenting out code 
line by line.")
 (define-public git-modes
   (package
     (name "git-modes")
-    (version "1.2.1")
+    (version "1.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -318,7 +318,7 @@ when typing parentheses directly or commenting out code 
line by line.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "088wyddh8y0yw77i0hx449n9zg4wzyc90h63wlmxba1ijg4dzm0p"))))
+                "0gb9c18jib8rpm14vig9774104lwmd8353ps0259m861syf6664d"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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