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 @@ (define-public android-udev-rules
(define-public git-repo
(package
(name "git-repo")
(version "2.3")
(version "2.4.1")
(source
(origin
(method git-fetch)
@ -726,7 +726,7 @@ (define-public git-repo
(commit (string-append "v" version))))
(file-name (string-append "git-repo-" version "-checkout"))
(sha256
(base32 "0jrll0mjfwakyjvlhbxwsdi32jhgss9mwz8c8h24n1qbqqxysrk4"))))
(base32 "0khg1731927gvin73dcbw1657kbfq4k7agla5rpzqcnwkk5agzg3"))))
(build-system python-build-system)
(arguments
`(#:phases