gnu: obs: Update to 27.1.3.
authorAndrew Tropin <andrew@trop.in>
Thu, 27 Jan 2022 10:09:07 +0000 (13:09 +0300)
committerLeo Famulari <leo@famulari.name>
Fri, 28 Jan 2022 20:25:30 +0000 (15:25 -0500)
* gnu/packages/video.scm (obs): Update to 27.1.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu/packages/video.scm

index 71ea9ae..8a903f6 100644 (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)