mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: android-make-stub: Update to 0.5.1.
* gnu/packages/android.scm (android-make-stub): Update to 0.5.1.
This commit is contained in:
parent
1a0dd01bf9
commit
aa820a1be7
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ (define-module (gnu packages android)
|
||||||
(define-public android-make-stub
|
(define-public android-make-stub
|
||||||
(package
|
(package
|
||||||
(name "android-make-stub")
|
(name "android-make-stub")
|
||||||
(version "0.5")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -57,7 +57,7 @@ (define-public android-make-stub
|
||||||
version "-checkout"))
|
version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13jwp8rjakk0myddq7byy35fjdq1kr5f2m9zwqa5n0df293pgf6l"))))
|
"0sbnn7fd607lfsgfs695k30gs9q5cz8jc2ki56x8irxlvhhrwdin"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; None exist.
|
`(#:tests? #f ; None exist.
|
||||||
|
|
Loading…
Reference in a new issue