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

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2bedb330d7 gnu: libcamera: Update to 0.3.1.
2bedb330d7 is described below

commit 2bedb330d763cf7e70600c9ef73a3f91aeff4644
Author: Andrew Tropin <[email protected]>
AuthorDate: Mon Aug 19 17:29:51 2024 +0400

    gnu: libcamera: Update to 0.3.1.
    
    * gnu/packages/networking.scm (libcamera): Update to 0.3.1.
    
    Change-Id: Ieeb731eea5cfa43b8d2b73e7973d0387baf1cf7c
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5732cc53db..ac91e5ee91 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -376,7 +376,7 @@ them in order to efficiently transfer a minimal amount of 
data.")
 (define-public libcamera
   (package
     (name "libcamera")
-    (version "0.1.0")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -387,7 +387,7 @@ them in order to efficiently transfer a minimal amount of 
data.")
        (file-name
         (git-file-name name version))
        (sha256
-        (base32 "06dj3dpfbayj61015n5kffin2g3hyys11ra0px2g4hmrznvdkhc9"))))
+        (base32 "15wgy6dc56dwjyasw6w6x6d4j8475clbrxkgphc2zly6232ds7mw"))))
     (build-system meson-build-system)
     (outputs '("out" "doc" "gst" "tools"))
     (arguments

Reply via email to