mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: libcamera: Update to 0.3.1.
* gnu/packages/networking.scm (libcamera): Update to 0.3.1. Change-Id: Ieeb731eea5cfa43b8d2b73e7973d0387baf1cf7c
This commit is contained in:
parent
710e041eb9
commit
2bedb330d7
1 changed files with 2 additions and 2 deletions
|
@ -376,7 +376,7 @@ (define-public lcsync
|
||||||
(define-public libcamera
|
(define-public libcamera
|
||||||
(package
|
(package
|
||||||
(name "libcamera")
|
(name "libcamera")
|
||||||
(version "0.1.0")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -387,7 +387,7 @@ (define-public libcamera
|
||||||
(file-name
|
(file-name
|
||||||
(git-file-name name version))
|
(git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06dj3dpfbayj61015n5kffin2g3hyys11ra0px2g4hmrznvdkhc9"))))
|
(base32 "15wgy6dc56dwjyasw6w6x6d4j8475clbrxkgphc2zly6232ds7mw"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(outputs '("out" "doc" "gst" "tools"))
|
(outputs '("out" "doc" "gst" "tools"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue