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
parent
d0fbd336ea
commit
10d1125f71
|
@ -3345,7 +3345,7 @@ be used for realtime video capture via Linux-specific APIs.")
|
||||||
(define-public obs
|
(define-public obs
|
||||||
(package
|
(package
|
||||||
(name "obs")
|
(name "obs")
|
||||||
(version "27.0.1")
|
(version "27.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3355,7 +3355,7 @@ be used for realtime video capture via Linux-specific APIs.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04fzsr9yizmxy0r7z2706crvnsnybpnv5kgfn77znknxxjacfhkn"))
|
"1ndiarr3d6qihymaigf34jjml0lrgbj640fnpnffz2ysj7276q0j"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "obs-modules-location.patch"))))
|
(search-patches "obs-modules-location.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Reference in New Issue