guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vc-dwim: Update to 1.9.


From: guix-commits
Subject: 01/01: gnu: vc-dwim: Update to 1.9.
Date: Tue, 24 Dec 2019 10:59:25 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b22119760b7907455c00c46117d9adb5735721d4
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 24 17:58:39 2019 +0200

    gnu: vc-dwim: Update to 1.9.
    
    * gnu/packages/version-control.scm (vc-dwim): Update to 1.9.
    [inputs]: Move inetutils ...
    [native-inputs]: ... to here.
---
 gnu/packages/version-control.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index bc97a67..d354a80 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1492,18 +1492,19 @@ masters from remote CVS hosts.")
 (define-public vc-dwim
   (package
     (name "vc-dwim")
-    (version "1.8")
+    (version "1.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/vc-dwim/vc-dwim-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0d5sqafc40l878m8wjr35jxmalj4kam1m6ph60v08ng4ml5g7931"))))
+               "0mf1dd7wdqxsm4fcfinfd7iadzarmzvg747pbsbi32qpavpk8gdf"))))
     (build-system gnu-build-system)
-    (inputs `(("perl" ,perl)
-              ("inetutils" ,inetutils))) ; for `hostname', used in the tests
-    (native-inputs `(("emacs" ,emacs-minimal))) ; for `ctags'
+    (inputs `(("perl" ,perl)))
+    (native-inputs
+     `(("emacs" ,emacs-minimal)     ; for `ctags'
+       ("inetutils" ,inetutils)))   ; for `hostname', used in the tests
     (home-page "https://www.gnu.org/software/vc-dwim/";)
     (synopsis "Version-control-agnostic ChangeLog diff and commit tool")
     (description



reply via email to

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