[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: git: Update to 2.25.1.
From: |
guix-commits |
Subject: |
03/12: gnu: git: Update to 2.25.1. |
Date: |
Mon, 17 Feb 2020 11:31:51 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 364873b508a852579005f90ff8644122f9365568
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 17:12:19 2020 +0100
gnu: git: Update to 2.25.1.
* gnu/packages/version-control.scm (git): Update to 2.25.1.
---
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 e2a06de..8335e6c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -149,14 +149,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.25.0")
+ (version "2.25.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "1l58v42aazj0x9276gk8r9mwyl9pgp9w99aakz4xfhzv7wd2jq60"))))
+ "09lzwa183nblr6l8ib35g2xrjf9wm9yhk3szfvyzkwivdv69c9r2"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -169,7 +169,7 @@ as well as the classic centralized workflow.")
version ".tar.xz"))
(sha256
(base32
- "1gf8b1k6i4dlwskwq7dd2vz9bzc3m1qnknj9daq2vp39vmxpg5nk"))))
+ "15pfm7j4wq8ryp9n9d81h8v0arl15yq9i6cigw45walnq5r6721h"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook-xsl" ,docbook-xsl)
- branch master updated (3dd311e -> 7046106), guix-commits, 2020/02/17
- 01/12: gnu: xpdf: Update home page., guix-commits, 2020/02/17
- 06/12: gnu: sxiv: Update to 26., guix-commits, 2020/02/17
- 05/12: gnu: rsnapshot: Use HTTPS home page., guix-commits, 2020/02/17
- 02/12: gnu: xpdf: Update to 4.02., guix-commits, 2020/02/17
- 03/12: gnu: git: Update to 2.25.1.,
guix-commits <=
- 08/12: gnu: liblangtag: Don't use NAME in source URI., guix-commits, 2020/02/17
- 07/12: gnu: weechat: Update to 2.7., guix-commits, 2020/02/17
- 12/12: gnu: upx: Clean up., guix-commits, 2020/02/17
- 04/12: gnu: slib: Use HTTPS home page., guix-commits, 2020/02/17
- 10/12: gnu: haveged: Update to 1.9.8., guix-commits, 2020/02/17
- 09/12: gnu: liblangtag: Update to 0.6.3., guix-commits, 2020/02/17
- 11/12: gnu: ebtables: Update to 2.0.11., guix-commits, 2020/02/17