1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: android-make-stub: Update to 0.6.0.

* gnu/packages/android.scm (android-make-stub): Update to 0.6.0.
* guix/build-system/android-ndk.scm (android-ndk-build): Modify.
(lower): Modify.
This commit is contained in:
Danny Milosavljevic 2018-05-10 15:31:43 +02:00
parent 47a60325ca
commit b87fc9ab9d
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5
2 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@
(define-public android-make-stub
(package
(name "android-make-stub")
(version "0.5.5")
(version "0.6.0")
(source
(origin
(method git-fetch)
@ -57,7 +57,7 @@
version "-checkout"))
(sha256
(base32
"0shm4xvc2v6dn6pxydy6yn64qrrpcvx8ssmym9053wk0w5s9wp9q"))))
"0y1b2x96d37n6f1bp6dcx08bn08zac0cylmbfsx6mf2nahc02fhc"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; None exist.