gnu: vc-dwim: Update to 1.8.

* gnu/packages/version-control.scm (vc-dwim): Update to 1.8.
[home-page]: Use https.
This commit is contained in:
Efraim Flashner 2017-01-15 12:04:26 +02:00
parent ef7a6714b3
commit f968f1a748
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -6,7 +6,7 @@
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org> ;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2016 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014, 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2015, 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015 Kyle Meyer <kyle@kyleam.com> ;;; Copyright © 2015 Kyle Meyer <kyle@kyleam.com>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name> ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
@ -842,19 +842,19 @@ (define-public cvs-fast-export
(define-public vc-dwim (define-public vc-dwim
(package (package
(name "vc-dwim") (name "vc-dwim")
(version "1.7") (version "1.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/vc-dwim/vc-dwim-" (uri (string-append "mirror://gnu/vc-dwim/vc-dwim-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"094pjwshvazlgagc254in2xvrp93vhcj0kb5ms17qs7sch99x9z2")))) "0d5sqafc40l878m8wjr35jxmalj4kam1m6ph60v08ng4ml5g7931"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("perl" ,perl) (inputs `(("perl" ,perl)
("inetutils" ,inetutils))) ; for `hostname', used in the tests ("inetutils" ,inetutils))) ; for `hostname', used in the tests
(native-inputs `(("emacs" ,emacs-minimal))) ; for `ctags' (native-inputs `(("emacs" ,emacs-minimal))) ; for `ctags'
(home-page "http://www.gnu.org/software/vc-dwim/") (home-page "https://www.gnu.org/software/vc-dwim/")
(synopsis "Version-control-agnostic ChangeLog diff and commit tool") (synopsis "Version-control-agnostic ChangeLog diff and commit tool")
(description (description
"The vc-dwim package contains two tools, \"vc-dwim\" and \"vc-chlog\". "The vc-dwim package contains two tools, \"vc-dwim\" and \"vc-chlog\".