guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: magit-svn: Update to 2.1.1.


From: Alex Kost
Subject: 02/02: gnu: magit-svn: Update to 2.1.1.
Date: Wed, 28 Oct 2015 21:12:20 +0000

alezost pushed a commit to branch master
in repository guix.

commit b7f16845c837e8f640b20df6c9cdeb11690df2f8
Author: Alex Kost <address@hidden>
Date:   Thu Oct 29 00:08:03 2015 +0300

    gnu: magit-svn: Update to 2.1.1.
    
    * gnu/packages/emacs.scm (magit-svn): Update to 2.1.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 ae6d0db..f8be743 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -372,7 +372,7 @@ operations.")
 (define-public magit-svn
   (package
     (name "magit-svn")
-    (version "2.1.0")
+    (version "2.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -381,7 +381,7 @@ operations.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "09sz93g7x7g9q75jsw8bdh7yr4jr1igfb4fpg5i302a7l2ahxfr8"))))
+                "04y88j7q9h8xjbx5dbick6n5nr1522sn9i1znp0qwk3vjb4b5mzz"))))
     (build-system trivial-build-system)
     (native-inputs `(("emacs" ,emacs-no-x)
                      ("tar" ,tar)



reply via email to

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