me
/
guix
Archived
1
0
Fork 0

gnu: git: Update to 2.4.3.

* gnu/packages/version-control.scm (git, git-manpages): Update to 2.4.3.
master
Mark H Weaver 2015-06-16 00:20:58 -04:00
parent 824d9dc301
commit 77ff9e9a99
1 changed files with 3 additions and 3 deletions

View File

@ -101,14 +101,14 @@ as well as the classic centralized workflow.")
;; Keep in sync with 'git-manpages'!
(package
(name "git")
(version "2.2.1")
(version "2.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
"0l7l9rv1ww474rm4whj7dhjjacgdw5qlqqxqsnyzdpdxl34jshh9"))))
"056qh112f2afnbc4sjzkf8idzhi9bp7ggpci83cc6a7gs6lhfl7h"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@ -250,7 +250,7 @@ everything from small to very large projects with speed and efficiency.")
version ".tar.xz"))
(sha256
(base32
"0f75n5yfrzb55qbg5wq4bmv43lay806v51yhglwkp7mbv1zkby00"))))
"1k24p33v9hvmpkx4l818x1vbdv090kfgwqshhyyl3h9m9b5skqci"))))
(build-system trivial-build-system)
(arguments
'(#:modules ((guix build utils))