me
/
guix
Archived
1
0
Fork 0

gnu: obs: Update to 27.1.3.

* gnu/packages/video.scm (obs): Update to 27.1.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Andrew Tropin 2022-01-27 13:09:07 +03:00 committed by Leo Famulari
parent d0fbd336ea
commit 10d1125f71
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -3345,7 +3345,7 @@ be used for realtime video capture via Linux-specific APIs.")
(define-public obs
(package
(name "obs")
(version "27.0.1")
(version "27.1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3355,7 +3355,7 @@ be used for realtime video capture via Linux-specific APIs.")
(file-name (git-file-name name version))
(sha256
(base32
"04fzsr9yizmxy0r7z2706crvnsnybpnv5kgfn77znknxxjacfhkn"))
"1ndiarr3d6qihymaigf34jjml0lrgbj640fnpnffz2ysj7276q0j"))
(patches
(search-patches "obs-modules-location.patch"))))
(build-system cmake-build-system)