diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-20 20:25:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-20 20:42:42 +0100 |
commit | 6854a5d5f7a4ca41b786fadfafe97978a5b45f14 (patch) | |
tree | 00f61a649a283ec8e44c469baba8f7563eb16649 | |
parent | 6b455f8c55fb448553f08f9a8f1e3c25793aed7b (diff) | |
download | patches-6854a5d5f7a4ca41b786fadfafe97978a5b45f14.tar patches-6854a5d5f7a4ca41b786fadfafe97978a5b45f14.tar.gz |
gnu: obs: Update to 23.0.2.
* gnu/packages/video.scm (obs): Update to 23.0.2.
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 24b4a2c22d..51c030aa44 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2221,7 +2221,7 @@ be used for realtime video capture via Linux-specific APIs.") (define-public obs (package (name "obs") - (version "22.0.3") + (version "23.0.2") (source (origin (method git-fetch) (uri (git-reference @@ -2230,10 +2230,10 @@ be used for realtime video capture via Linux-specific APIs.") (file-name (git-file-name name version)) (sha256 (base32 - "0ri9qkqk3h71b1a5bwpjzqdr21bbmfqbykg48l779d20zln23n1i")))) + "1c0a5vy4h3qwz69qw3bydyk7r651ib5a9jna4yj6c25p3p9isdvp")))) (build-system cmake-build-system) (arguments - `(#:tests? #f)) ; no tests + `(#:tests? #f)) ; no tests (native-inputs `(("pkg-config" ,pkg-config))) (inputs |