guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6ed5dccfb32412141c44a123a131c1a856c037b9
Author: Hilton Chain <[email protected]>
AuthorDate: Wed Aug 13 00:52:14 2025 +0800
gnu: android-udev-rules: Update to 20250525.
* gnu/packages/android.scm (android-udev-rules): Update to 20250525.
Change-Id: I06a06a94f0a4e9d5bc9c0be821e73b608f1cf1d3
---
gnu/packages/android.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index f804f98a0f..f9bc43f952 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -772,7 +772,7 @@ line. The project also attempts to maintain the same
terminal output.")
(define-public android-udev-rules
(package
(name "android-udev-rules")
- (version "20210501")
+ (version "20250525")
(source
(origin
(method git-fetch)
@@ -781,7 +781,7 @@ line. The project also attempts to maintain the same
terminal output.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0pl1wfd7k9vz8mvy2jb2icc5f11c5p07aixpyhjs6gi5cyaywm5f"))))
+ (base32 "1m5ngii9alsia81nk0cr8d13kpkrizbk7gpf9ai5yq8m9bsd9q70"))))
(build-system trivial-build-system)
(native-inputs `(("source" ,source)))
(arguments