guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: android-udev-rules: Update to 20171113.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: android-udev-rules: Update to 20171113.
Date: Wed, 17 Jan 2018 23:08:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d36d4c55c4a3faf47ee09e1010cb6617c6e39a48
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 18 00:54:31 2018 +0100

    gnu: android-udev-rules: Update to 20171113.
    
    * gnu/packages/android.scm (android-udev-rules): Update to 20171113.
---
 gnu/packages/android.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index b3ac4d1..ed71077 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Julien Lepiller <address@hidden>
 ;;; Copyright © 2017 Hartmut Goebel <address@hidden>
 ;;; Copyright © 2017 Maxim Cournoyer <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]