diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-04 13:52:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-04 13:53:17 +0100 |
commit | 1fae1f6b771a370b2549a8be88f68783447d71b6 (patch) | |
tree | 0d89ccd9623c7224ada1b5b24f21c461e3c0e8f3 /gnu/packages/version-control.scm | |
parent | 36ccf59e2df72212eedded879ef5138546523346 (diff) | |
download | patches-1fae1f6b771a370b2549a8be88f68783447d71b6.tar patches-1fae1f6b771a370b2549a8be88f68783447d71b6.tar.gz |
gnu: git: Update to 2.24.0.
* gnu/packages/version-control.scm (git): Update to 2.24.0.
Diffstat (limited to 'gnu/packages/version-control.scm')
-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 cc4e4ca20e..bde480e8e3 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.23.0") + (version "2.24.0") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/scm/git/git-" version ".tar.xz")) (sha256 (base32 - "0rv0y45gcd3h191isppn77acih695v4pipdj031jvs9rd1ds0kr3")))) + "06rpakbwzck85ncfsgv4xmq3iwab9d4f5y6dqhl8nvb2fccxcwcz")))) (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 - "0sllhyl0w29v4n303hqfmcc3apafnwk4sk78anyjjhpzd0zl6n4m")))) + "19h4bhk78rljxk921fcz5xy1z4ss75zw03n9nqf2r512dz0p5j5h")))) ;; For subtree documentation. ("asciidoc" ,asciidoc) ("docbook-xsl" ,docbook-xsl) |