diff options
author | Mark H Weaver <mhw@netris.org> | 2018-01-19 23:59:20 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-01-19 23:59:20 -0500 |
commit | e074a655dd6497daafbd62737e3b63f3d5aa7985 (patch) | |
tree | 2b198ba5c664cdd58e155f3c0113d1cebde0fc91 /gnu/packages/android.scm | |
parent | 6d7b26a39faf42c37f15dc64a30a77e5e194ea23 (diff) | |
parent | ccb5cac17be98aaa9c3225605d6170c675d8e8e6 (diff) | |
download | guix-e074a655dd6497daafbd62737e3b63f3d5aa7985.tar guix-e074a655dd6497daafbd62737e3b63f3d5aa7985.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/android.scm')
-rw-r--r-- | gnu/packages/android.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index b3ac4d1741..ed71077d5e 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2017 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2017 Maxim Cournoyer <maxim.cournoyer@gmail.com> +;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -311,7 +312,7 @@ to a Unix shell that can run commands on the connected device or emulator.") (define-public android-udev-rules (package (name "android-udev-rules") - (version "20170910") + (version "20171113") (source (origin (method git-fetch) @@ -320,7 +321,7 @@ to a Unix shell that can run commands on the connected device or emulator.") (commit version))) (file-name (string-append name "-" version "-checkout")) (sha256 - (base32 "0vic40n3si0dxag3dyc3hi3pn7cjpm5q378x8v2ys19n3iz9fp1g")))) + (base32 "11gcnk6wjc2sw05hwi4xphvx9ksmkpvsdziaczymqxkaads3f1dy")))) (build-system trivial-build-system) (native-inputs `(("source" ,source))) (arguments |