mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: git-repo: Update to 2.4.1.
* gnu/packages/android.scm (git-repo): Update to 2.4.1.
This commit is contained in:
parent
e7075353e0
commit
0c0156089c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue