mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: obs: Update to 24.0.4.
* gnu/packages/video.scm (obs): Update to 24.0.4.
This commit is contained in:
parent
e5f415e007
commit
3164932307
1 changed files with 2 additions and 2 deletions
|
@ -2341,7 +2341,7 @@ (define-public v4l-utils
|
|||
(define-public obs
|
||||
(package
|
||||
(name "obs")
|
||||
(version "24.0.3")
|
||||
(version "24.0.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2350,7 +2350,7 @@ (define-public obs
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g8nzs696f3myz4hvygav85b0jgjmn6dicy50axmapdv8miff9xa"))))
|
||||
"0m15ch2ix9qrdf1a9mj7wcpl72z3h13zx60c9q72sb1435id2g1q"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no tests
|
||||
|
|
Loading…
Reference in a new issue