guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: git-modes: Update to 1.2.0.


From: Alex Kost
Subject: 03/04: gnu: git-modes: Update to 1.2.0.
Date: Thu, 27 Aug 2015 15:15:15 +0000

alezost pushed a commit to branch master
in repository guix.

commit 89949e8f54ecd76ce08e1d56dc65ab906c1b2d36
Author: Alex Kost <address@hidden>
Date:   Wed Aug 19 23:06:12 2015 +0300

    gnu: git-modes: Update to 1.2.0.
    
    * gnu/packages/emacs.scm (git-modes): Update to 1.2.0.
      [arguments]: Disable tests.
---
 gnu/packages/emacs.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 9812d23..b0a8b08 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -265,7 +265,7 @@ when typing parentheses directly or commenting out code 
line by line.")
 (define-public git-modes
   (package
     (name "git-modes")
-    (version "1.0.0")
+    (version "1.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -274,7 +274,7 @@ when typing parentheses directly or commenting out code 
line by line.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1biiss75bswx4alk85k3g9p0a3q3sc9i74h4mnrxc2rsk2iwhws0"))))
+                "09dv7ikbj2bi4y3lmvjfzqpdmx2f9bd4w7jkp10bkap62d05iqhk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
@@ -290,7 +290,7 @@ when typing parentheses directly or commenting out code 
line by line.")
                           (string-append "LISPDIR="
                                          (assoc-ref %outputs "out")
                                          "/share/emacs/site-lisp"))
-       #:test-target "test"
+       #:tests? #f  ; no check target
        #:phases (modify-phases %standard-phases
                   (delete 'configure)
                   (add-after 'install 'emacs-autoloads



reply via email to

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