summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-01-23 14:58:16 +0100
committerLudovic Courtès <ludo@gnu.org>2018-01-23 15:01:15 +0100
commit1b5bee004bc2558ecb45877645edb9abb0571591 (patch)
tree57a9df363b3655d2c4a0973da5f60944b9169a06
parent54347e918bde1eabbae26567c0683c82608e43a7 (diff)
gnu: git: Update to 2.16.1.
* gnu/packages/version-control.scm (git): Update to 2.16.1.
-rw-r--r--gnu/packages/version-control.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 11305dd4667..e646eeec170 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -138,14 +138,14 @@ as well as the classic centralized workflow.")
138 (name "git") 138 (name "git")
139 ;; XXX When updating Git, check if the special 'git:src' input to cgit needs 139 ;; XXX When updating Git, check if the special 'git:src' input to cgit needs
140 ;; to be updated as well. 140 ;; to be updated as well.
141 (version "2.16.0") 141 (version "2.16.1")
142 (source (origin 142 (source (origin
143 (method url-fetch) 143 (method url-fetch)
144 (uri (string-append "mirror://kernel.org/software/scm/git/git-" 144 (uri (string-append "mirror://kernel.org/software/scm/git/git-"
145 version ".tar.xz")) 145 version ".tar.xz"))
146 (sha256 146 (sha256
147 (base32 147 (base32
148 "1y1hdr8ydff5q7y762cwfdgaxam4mxvir6nrw3g51mmkcr77c40d")))) 148 "06gay8k29glg4giwphjalcc1fknxw4bmxkmbr3ic3gzxy8vl7bfg"))))
149 (build-system gnu-build-system) 149 (build-system gnu-build-system)
150 (native-inputs 150 (native-inputs
151 `(("native-perl" ,perl) 151 `(("native-perl" ,perl)
@@ -158,7 +158,7 @@ as well as the classic centralized workflow.")
158 version ".tar.xz")) 158 version ".tar.xz"))
159 (sha256 159 (sha256
160 (base32 160 (base32
161 "0k5bviwff2q3vri8v6n2a71sxm83gcskzy6wr2z01pb7xfk28hl9")))))) 161 "1ympib7kd818v4wjgfrhxjrmv91n50lgxxg0i9gcqihgy3divrlp"))))))
162 (inputs 162 (inputs
163 `(("curl" ,curl) 163 `(("curl" ,curl)
164 ("expat" ,expat) 164 ("expat" ,expat)