mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: android-udev-rules: Update to 20250525.
* gnu/packages/android.scm (android-udev-rules): Update to 20250525. Change-Id: I06a06a94f0a4e9d5bc9c0be821e73b608f1cf1d3
This commit is contained in:
parent
723498e3eb
commit
6ed5dccfb3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue