diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 18:54:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 20:09:29 +0100 |
commit | b7db2c66027c6b1be8d1dbd879d282c01782128e (patch) | |
tree | 6f7d7b8ae3a108f593a07a3bd486716fefeec212 /gnu/packages/android.scm | |
parent | 417b07ab34e72d613d877fb0fde25c3cbc6805a5 (diff) |
gnu: android-udev-rules: Update to 20191103.
* gnu/packages/android.scm (android-udev-rules): Update to 20191103.
Diffstat (limited to 'gnu/packages/android.scm')
-rw-r--r-- | gnu/packages/android.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index 993d18a3eb..9f351c8773 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -5,7 +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> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net> @@ -674,7 +674,7 @@ file system.") (define-public android-udev-rules (package (name "android-udev-rules") - (version "20180112") + (version "20191103") (source (origin (method git-fetch) @@ -683,7 +683,7 @@ file system.") (commit version))) (file-name (string-append name "-" version "-checkout")) (sha256 - (base32 "13gj79nnd04szqlrrzzkdr6wi1fky08pi7x8xfbg0jj3d3v0giah")))) + (base32 "0x2f2sv0x0ry7kccp47s0hlxps3hbpg37dj3xjjgpdm5hmn2cjq3")))) (build-system trivial-build-system) (native-inputs `(("source" ,source))) (arguments |