[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: git: Update to 2.19.2.
From: |
guix-commits |
Subject: |
02/09: gnu: git: Update to 2.19.2. |
Date: |
Wed, 21 Nov 2018 17:14:19 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit dca7d8a25cf6eb2e4c2c0c77a65002a4aaa58ea1
Author: Marius Bakke <address@hidden>
Date: Wed Nov 21 22:24:35 2018 +0100
gnu: git: Update to 2.19.2.
* gnu/packages/version-control.scm (git): Update to 2.19.2.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e0ad624..ecd5789 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -146,14 +146,14 @@ as well as the classic centralized workflow.")
(name "git")
;; XXX When updating Git, check if the special 'git-source' input to cgit
;; needs to be updated as well.
- (version "2.19.1")
+ (version "2.19.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "1dfv43lmdnxz42504jc89sihbv1d4d6kgqcz3c5ji140kfm5cl1l"))))
+ "1scbggzghkzzfqg4ky3qh7h9w87c3zya4ls5disz7dbx56is7sgw"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -166,7 +166,7 @@ as well as the classic centralized workflow.")
version ".tar.xz"))
(sha256
(base32
- "1vn6pi9yvw7rnb9dvi1yjrvv39fqd1m9mwbaffqwizs3gaf91br7"))))
+ "1sqhllkabylm46paswg0j54fiar44fmcdmkjkysmjn2gj6hqpz95"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook-xsl" ,docbook-xsl)
- branch master updated (f9e5caf -> d9f8e84), guix-commits, 2018/11/21
- 01/09: gnu: feh: Update to 3.1., guix-commits, 2018/11/21
- 06/09: gnu: vte-ng: Fetch source using git., guix-commits, 2018/11/21
- 03/09: gnu: webkitgtk: Update to 2.22.4., guix-commits, 2018/11/21
- 04/09: gnu: python-numpy: Update to 1.14.6., guix-commits, 2018/11/21
- 02/09: gnu: git: Update to 2.19.2.,
guix-commits <=
- 05/09: gnu: vte-ng: Add a home page., guix-commits, 2018/11/21
- 07/09: gnu: vte-ng: Update to 0.54.2.a., guix-commits, 2018/11/21
- 09/09: gnu: mbedtls-apache: Update to 2.14.0., guix-commits, 2018/11/21
- 08/09: gnu: termite: Update to 14., guix-commits, 2018/11/21