guix_mirror_bot pushed a commit to branch libcamera
in repository guix.

commit 697f1390914ab29e9adaee975f9799e263bf1186
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Jul 15 15:47:45 2026 +0200

    gnu: libcamera-minimal: Update to 0.7.0.
    
    * gnu/packages/photo.scm (libcamera-minimal): Update to 0.7.0.
---
 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 651bec3ac3..aca70539ab 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -345,7 +345,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.0")
     (source
      (origin
        (method git-fetch)
@@ -357,7 +357,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 "0cbpg29z3y54dz4mg4ljl9wd5h0np3y6wnzy222gs2glrw9m3njv"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t         ; To wrap binaries and/or compile schemas

Reply via email to