diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:25 +0200 |
commit | b85366fa6b0ad8f0431e00b55ed18ace97d077dc (patch) | |
tree | 68adcc5487dfa5ddb4dae4d956dc0c5dfa0e1c30 /gnu/packages | |
parent | c14c3105d3b7c48c29f8aada4b65b61d07fa0a82 (diff) | |
download | guix-b85366fa6b0ad8f0431e00b55ed18ace97d077dc.tar.gz |
gnu: rpi-imager: Update to 1.7.5.
* gnu/packages/raspberry-pi.scm (rpi-imager): Update to 1.7.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/raspberry-pi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm index 334e014a39..a866a7e4f2 100644 --- a/gnu/packages/raspberry-pi.scm +++ b/gnu/packages/raspberry-pi.scm @@ -466,7 +466,7 @@ secondary LCD display connected to the Raspberry Pi board.") (define-public rpi-imager (package (name "rpi-imager") - (version "1.7.4") + (version "1.7.5") (source (origin (method git-fetch) (uri (git-reference @@ -489,7 +489,7 @@ secondary LCD display connected to the Raspberry Pi board.") (cut member <> keep))))))) (sha256 (base32 - "0m0dmga049banm79221ilmrqpb2bd6p0rcqrlzirsgb592ci64ba")))) + "0c5qsqh7drvf76hc75m2cp7bf44w7gwbmhgaqjrl5qwb6pbqf7y8")))) (build-system qt-build-system) (arguments (list |