[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/36: gnu: android-udev-rules: Update to 20210501.
From: |
guix-commits |
Subject: |
01/36: gnu: android-udev-rules: Update to 20210501. |
Date: |
Mon, 4 Oct 2021 07:43:56 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d5750d565f69ac78588f9ddb8709642e5f7de273
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 4 13:21:32 2021 +0200
gnu: android-udev-rules: Update to 20210501.
* gnu/packages/android.scm (android-udev-rules): Update to 20210501.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/android.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 0a551c7d..016943e 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, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
-;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019, 2020 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
@@ -703,7 +703,7 @@ file system.")
(define-public android-udev-rules
(package
(name "android-udev-rules")
- (version "20200613")
+ (version "20210501")
(source
(origin
(method git-fetch)
@@ -712,7 +712,7 @@ file system.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0cf5br8x6iwxc1cifv0i1klw7skgs8hghdx6qlqby68kyqg81bb2"))))
+ (base32 "0pl1wfd7k9vz8mvy2jb2icc5f11c5p07aixpyhjs6gi5cyaywm5f"))))
(build-system trivial-build-system)
(native-inputs `(("source" ,source)))
(arguments
@@ -722,8 +722,7 @@ file system.")
(use-modules (guix build utils))
(let ((source (assoc-ref %build-inputs "source")))
(install-file (string-append source "/51-android.rules")
- (string-append %output "/lib/udev/rules.d"))
- #t))))
+ (string-append %output "/lib/udev/rules.d"))))))
(home-page "https://github.com/M0Rf30/android-udev-rules")
(synopsis "udev rules for Android devices")
(description "Provides a set of udev rules to allow using Android devices
- 03/36: gnu: stunnel: Don't install installation instructions., (continued)
- 03/36: gnu: stunnel: Don't install installation instructions., guix-commits, 2021/10/04
- 14/36: gnu: wireguard-tools: Update to 1.0.20210914., guix-commits, 2021/10/04
- 11/36: gnu: criu: Update to 3.16., guix-commits, 2021/10/04
- 07/36: gnu: nginx: Update to 1.21.3., guix-commits, 2021/10/04
- 15/36: gnu: osinfo-db: Update to 20210903., guix-commits, 2021/10/04
- 04/36: gnu: slop: Update to 7.6., guix-commits, 2021/10/04
- 22/36: gnu: libcacard: Update to 2.8.1., guix-commits, 2021/10/04
- 23/36: gnu: pv: Slightly expand description., guix-commits, 2021/10/04
- 28/36: gnu: notmuch: Update to 0.33.2., guix-commits, 2021/10/04
- 30/36: gnu: feh: Update to 3.7.2., guix-commits, 2021/10/04
- 01/36: gnu: android-udev-rules: Update to 20210501.,
guix-commits <=
- 12/36: gnu: criu: Delete static libraries., guix-commits, 2021/10/04
- 13/36: gnu: wolfssl: Update to 4.8.1., guix-commits, 2021/10/04
- 26/36: gnu: ndisc6: Update to 1.0.5., guix-commits, 2021/10/04
- 32/36: gnu: haveged: Don't build the static library., guix-commits, 2021/10/04
- 16/36: gnu: cawbird: Update to 1.4.2., guix-commits, 2021/10/04
- 27/36: gnu: btrfs-progs: Update to 5.14.1., guix-commits, 2021/10/04
- 19/36: gnu: cifs-utils: Build & install man pages., guix-commits, 2021/10/04
- 21/36: gnu: cifs-utils: Fix support for dropping capabilities., guix-commits, 2021/10/04
- 29/36: gnu: squid: Update to 4.16., guix-commits, 2021/10/04
- 17/36: gnu: openssh: Update to 8.8p1 [security fixes]., guix-commits, 2021/10/04