guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: git-modes: Update to 1.2.1.


From: Alex Kost
Subject: 01/03: gnu: git-modes: Update to 1.2.1.
Date: Sun, 13 Mar 2016 10:17:35 +0000

alezost pushed a commit to branch master
in repository guix.

commit acd62175e2ba059c1fc02659168521e1e93e9dca
Author: Alex Kost <address@hidden>
Date:   Fri Mar 11 11:23:23 2016 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7270fc4..c9fbfcf 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -308,7 +308,7 @@ when typing parentheses directly or commenting out code 
line by line.")
 (define-public git-modes
   (package
     (name "git-modes")
-    (version "1.2.0")
+    (version "1.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -317,7 +317,7 @@ when typing parentheses directly or commenting out code 
line by line.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "09dv7ikbj2bi4y3lmvjfzqpdmx2f9bd4w7jkp10bkap62d05iqhk"))))
+                "088wyddh8y0yw77i0hx449n9zg4wzyc90h63wlmxba1ijg4dzm0p"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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