diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-17 20:32:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-17 23:30:11 +0200 |
commit | e764ba5225f735e06e4c06eba5fbcd21579300e0 (patch) | |
tree | 396d04d0ecd317dcaf05cb07c6ed6eb7e09d1d66 /gnu | |
parent | 1b1c1621245a13976ea1b4fa28b8db7f449a5e29 (diff) | |
download | patches-e764ba5225f735e06e4c06eba5fbcd21579300e0.tar patches-e764ba5225f735e06e4c06eba5fbcd21579300e0.tar.gz |
gnu: git: Update to 2.23.0.
* gnu/packages/version-control.scm (git): Update to 2.23.0.
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 e05a4928f4..4ef46df50b 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.22.1") + (version "2.23.0") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/scm/git/git-" version ".tar.xz")) (sha256 (base32 - "093qjgagha937w96izkpsjkhxf5drsa7rvk5snlyjivqnwxgkqac")))) + "0rv0y45gcd3h191isppn77acih695v4pipdj031jvs9rd1ds0kr3")))) (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 - "17vpqv9g8li58njx7z5124b3c2zb2n63z4dalh5gw9iys7qb8446")))) + "0sllhyl0w29v4n303hqfmcc3apafnwk4sk78anyjjhpzd0zl6n4m")))) ;; For subtree documentation. ("asciidoc" ,asciidoc) ("docbook-xsl" ,docbook-xsl) |