gnu: git-repo: Update to 2.4.1.

* gnu/packages/android.scm (git-repo): Update to 2.4.1.
This commit is contained in:
Maxim Cournoyer 2020-02-26 09:13:03 -05:00
parent e7075353e0
commit 0c0156089c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -717,7 +717,7 @@ to be passed to the @code{udev} service.")
(define-public git-repo (define-public git-repo
(package (package
(name "git-repo") (name "git-repo")
(version "2.3") (version "2.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -726,7 +726,7 @@ to be passed to the @code{udev} service.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (string-append "git-repo-" version "-checkout")) (file-name (string-append "git-repo-" version "-checkout"))
(sha256 (sha256
(base32 "0jrll0mjfwakyjvlhbxwsdi32jhgss9mwz8c8h24n1qbqqxysrk4")))) (base32 "0khg1731927gvin73dcbw1657kbfq4k7agla5rpzqcnwkk5agzg3"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases