aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-19 07:47:30 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-19 08:41:49 +0100
commit24b5767dad70ac07c9ced74527699e1d6d6d69e8 (patch)
treea5bcb9acb4fca8190ec6f8d9fffe64b756ebf990
parentc6d24c091c76f8a82d1cbcb9d0957eec183939ca (diff)
downloadguix-24b5767dad70ac07c9ced74527699e1d6d6d69e8.tar.gz
guix-24b5767dad70ac07c9ced74527699e1d6d6d69e8.zip
gnu: git: Update to 2.25.2.
* gnu/packages/version-control.scm (git): Update to 2.25.2.
-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 86b1d58654..e7260c0116 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -150,14 +150,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.25.1")
+ (version "2.25.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "09lzwa183nblr6l8ib35g2xrjf9wm9yhk3szfvyzkwivdv69c9r2"))))
+ "08vivrv3my8nlp40pwsf7mcc5k7dwyh34hadjszx7qj8w01p34wv"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -170,7 +170,7 @@ as well as the classic centralized workflow.")
version ".tar.xz"))
(sha256
(base32
- "15pfm7j4wq8ryp9n9d81h8v0arl15yq9i6cigw45walnq5r6721h"))))
+ "06nlw6vaqvavkr4nia9qvanqbhaig4hbg9r5f0i9lbvw1hmykfvq"))))
;; For subtree documentation.
("asciidoc" ,asciidoc-py3)
("docbook-xsl" ,docbook-xsl)
u: git-annex: Update to 8.20200522....Kyle Meyer 2020-05-13gnu: darcs: Adjust comment, URL disappeared....nikita 2020-05-13mailmap: Update entries for Nikita....nikita 2020-05-11gnu: git-annex: Add support for v4 of S3 support....Efraim Flashner 2020-05-02gnu: git-annex: Update to 8.20200501....Kyle Meyer 2020-04-09gnu: shellcheck: Update homepage....Jack Hill 2020-04-01gnu: git-annex: Update to 8.20200330....Kyle Meyer 2020-03-29gnu: Add apply-refact....Brian Leung 2020-03-29gnu: Move the deprecated 'ghc-stylish-haskell' closer to its replacement....Marius Bakke 2020-03-21gnu: stylish-haskell: Update description....John Soo 2020-03-15gnu: Add ghcid....Alexandru-Sergiu Marton 2020-03-10gnu: git-annex: Update to 8.20200309....Kyle Meyer 2020-03-07gnu: raincat: Update home page....Tobias Geerinckx-Rice 2020-02-27gnu: git-annex: Update to 8.20200226....Kyle Meyer