guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f9d982bda6606eec8fd02d386842ed3f930417e1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Aug 3 13:52:20 2026 +0900

    gnu: libcamera-minimal: Update to 0.7.2.
    
    * gnu/packages/photo.scm (libcamera-minimal): Update to 0.7.2.
---
 gnu/packages/photo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index a905b6af3e..e349e955ad 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -348,7 +348,7 @@ phones and memory cards and generate meaningful file and 
folder names.")
 (define-public libcamera-minimal
   (package
     (name "libcamera-minimal")
-    (version "0.6.0")
+    (version "0.7.2")
     (source
      (origin
        (method git-fetch)
@@ -360,7 +360,7 @@ phones and memory cards and generate meaningful file and 
folder names.")
                  "libcamera-ipa_manager-disable-signature-verification.patch"))
        (file-name (git-file-name "libcamera" version))
        (sha256
-        (base32 "0g6rphsa1hi9y22l2vw5cj75bf57clq3cggviwd1bnjhpp61nryc"))))
+        (base32 "0s8ipm306p9lxk6pws8x44jih4g48yxilvr5z2ka5n337mwn84dy"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t         ; To wrap binaries and/or compile schemas

Reply via email to