guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9acd7ea835171ba4fafd792b8138a6308ab01749
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Sep 17 16:30:41 2025 +0200
gnu: rkflashtool: Update to 5.2-2.6022dd7.
* gnu/packages/flashing-tools.scm (rkflashtool): Update to
5.2-2.6022dd7.
Change-Id: I55aae45b120dc9afec9bfaa06a6595cb14b2ecb5
Signed-off-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/flashing-tools.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index b859a0f345..90ddfdcb22 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -321,8 +321,8 @@ for possible workarounds.")
%supported-systems))))
(define-public rkflashtool
- (let ((commit "8966c4e277de8148290554aaaa4146a3a84a3c53")
- (revision "1"))
+ (let ((commit "6022dd724e8247ff7a0825b0eda6a07c446aacdd")
+ (revision "2"))
(package
(name "rkflashtool")
(version (git-version "5.2" revision commit))
@@ -332,10 +332,10 @@ for possible workarounds.")
(uri (git-reference
(url "https://github.com/linux-rockchip/rkflashtool")
(commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1ndyzg1zlgg20dd8js9kfqm5kq19k005vddkvf65qj20w0pcyahn"))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0s4zir2s0c3igplj42lq7bq0f0416nf9hrprbxzm87c9mvsdhyvv"))))
(build-system gnu-build-system)
(arguments
(list