diff options
author | Leo Famulari <leo@famulari.name> | 2016-05-06 16:34:11 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-23 13:14:50 -0400 |
commit | e1343994b07f7f9a02dcd9a5ffa4a677595587e8 (patch) | |
tree | 21168847b446341af76a15350144d264f033af26 /gnu | |
parent | 031cf6b65e5e28d47e400e81db629f4431a2200e (diff) | |
download | patches-e1343994b07f7f9a02dcd9a5ffa4a677595587e8.tar patches-e1343994b07f7f9a02dcd9a5ffa4a677595587e8.tar.gz |
gnu: git: Update to 2.8.3.
* gnu/packages/version-control.scm (git): Update to 2.8.3.
(git-manpages)[source]: Update hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index db3e9f1768..1e39b9c8cb 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -112,14 +112,14 @@ as well as the classic centralized workflow.") ;; Keep in sync with 'git-manpages'! (package (name "git") - (version "2.7.4") + (version "2.8.3") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/scm/git/git-" version ".tar.xz")) (sha256 (base32 - "0ys55v2xrhzj74jrrqx75xpr458klnyxshh8d8swfpp0zgg79rfy")))) + "14dafk7rz8cy2z5b92yf009qf4pc70s0viwq7hxsgd4898knr3kx")))) (build-system gnu-build-system) (native-inputs `(("native-perl" ,perl) @@ -292,7 +292,7 @@ everything from small to very large projects with speed and efficiency.") version ".tar.xz")) (sha256 (base32 - "09ffk5c0dl1xg7xcvr0kadhspx4fr2spmlmcajzfycmap0ddhkyh")))) + "1ilbi4xdn77a5yrjyrcx0nap0j4raw3h1fr0k32zs9y35c6f29cx")))) (build-system trivial-build-system) (arguments '(#:modules ((guix build utils)) |