guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rpi-imager: Update to 1.7.4.


From: guix-commits
Subject: branch master updated: gnu: rpi-imager: Update to 1.7.4.
Date: Sat, 06 May 2023 23:35:55 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 06c84f731a gnu: rpi-imager: Update to 1.7.4.
06c84f731a is described below

commit 06c84f731acf8100b030e627ccc87ee7a2ad7322
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri May 5 15:31:06 2023 -0400

    gnu: rpi-imager: Update to 1.7.4.
    
    * gnu/packages/raspberry-pi.scm (rpi-imager): Update to 1.7.4.
---
 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 210b1a6e64..334e014a39 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.3")
+    (version "1.7.4")
     (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
-                "0i7r1myhinhlgispq92nzvrjvbc48l87z8xfwc038l44qj1lsq8g"))))
+                "0m0dmga049banm79221ilmrqpb2bd6p0rcqrlzirsgb592ci64ba"))))
     (build-system qt-build-system)
     (arguments
      (list



reply via email to

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