guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: rpi-imager: Update to version 1.8.5.


From: guix-commits
Subject: 04/09: gnu: rpi-imager: Update to version 1.8.5.
Date: Wed, 13 Mar 2024 09:00:48 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit e3072b457b84db4fbfda599c38d1b65ff1b11e81
Author: Aaron Covrig <aaron.covrig.us@ieee.org>
AuthorDate: Fri Mar 8 11:33:23 2024 -0500

    gnu: rpi-imager: Update to version 1.8.5.
    
    * gnu/packages/raspberry-pi.scm (rpi-imager): Update to 1.8.5.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
    Change-Id: I456f412a9e965a22f690c3d672826791e52f57c3
---
 gnu/packages/raspberry-pi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm
index 5c25ed96da..fb6434f57d 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.5")
+    (version "1.8.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
-                "0c5qsqh7drvf76hc75m2cp7bf44w7gwbmhgaqjrl5qwb6pbqf7y8"))))
+                "1jr4w9h0bvqpy4r1g22n7b07zpplmc318v4lcfvh70c0rhl2vfi6"))))
     (build-system qt-build-system)
     (arguments
      (list



reply via email to

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