me
/
guix
Archived
1
0
Fork 0

gnu: obs: Update to 18.0.2.

* gnu/packages/video.scm (obs): Update to 18.0.2.
master
Efraim Flashner 2017-05-02 22:24:34 +03:00
parent 4aabc8eaa2
commit 341ccb0f3b
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -1605,7 +1605,7 @@ be used for realtime video capture via Linux-specific APIs.")
(define-public obs
(package
(name "obs")
(version "18.0.1")
(version "18.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jp9000/obs-studio"
@ -1613,7 +1613,7 @@ be used for realtime video capture via Linux-specific APIs.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"043f8mfdh4ll0hpivpyg3iniirckwsgri0gzamyrba1yhf2c2ibr"))))
"02pbiyvf5x0zh448h5rpmyn33qnsqk694xxlyns83mdi74savyqw"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no tests