[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/285: gnu: vc-dwim: Update to 1.9.
From: |
guix-commits |
Subject: |
114/285: gnu: vc-dwim: Update to 1.9. |
Date: |
Sun, 29 Dec 2019 20:44:11 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit e4f0f84ae3e1d5e5f53d0ae247332ac08165e377
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
- 101/285: gnu: diffstat: Update to 1.63., (continued)
- 101/285: gnu: diffstat: Update to 1.63., guix-commits, 2019/12/29
- 106/285: gnu: talloc: Update to 2.3.1., guix-commits, 2019/12/29
- 103/285: gnu: wine: Update to 4.0.3., guix-commits, 2019/12/29
- 105/285: gnu: tdb: Update to 1.4.3., guix-commits, 2019/12/29
- 104/285: gnu: oniguruma: Update to 6.9.4., guix-commits, 2019/12/29
- 109/285: gnu: hplip: Update to 3.19.12., guix-commits, 2019/12/29
- 112/285: gnu: libxdg-basedir: Don't use unstable tarball., guix-commits, 2019/12/29
- 111/285: gnu: php: Update to 7.4.1., guix-commits, 2019/12/29
- 110/285: gnu: kakoune: Update to 2019.12.10., guix-commits, 2019/12/29
- 113/285: gnu: dunst: Don't use unstable tarball., guix-commits, 2019/12/29
- 114/285: gnu: vc-dwim: Update to 1.9.,
guix-commits <=
- 118/285: gnu: tidy-html: Don't use unstable tarball., guix-commits, 2019/12/29
- 116/285: gnu: di: Update to 4.47.3., guix-commits, 2019/12/29
- 119/285: gnu: java-jsoup: Don't use unstable tarball., guix-commits, 2019/12/29
- 122/285: gnu: bochs: Update to 2.6.10., guix-commits, 2019/12/29
- 138/285: Revert "gnu: gnome-shell-extension-dash-to-dock: Update to 67.", guix-commits, 2019/12/29
- 131/285: gnu: Add gcc-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 142/285: gnu: xvid: Update to 1.3.6., guix-commits, 2019/12/29
- 145/285: gnu: gaupol: Update to 1.7., guix-commits, 2019/12/29
- 137/285: gnu: Add axoloti-patcher-next., guix-commits, 2019/12/29
- 146/285: gnu: xvid: Update source uri., guix-commits, 2019/12/29