all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29954] [PATCH] gnu: Update obs to 20.1.3
@ 2018-01-03  0:24 Catonano
  2018-01-03  2:31 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Catonano @ 2018-01-03  0:24 UTC (permalink / raw)
  To: 29954


[-- Attachment #1.1: Type: text/plain, Size: 92 bytes --]

I recorded a brief screencast with audio and it works

0024 is a mistake, it should be 0001

[-- Attachment #1.2: Type: text/html, Size: 134 bytes --]

[-- Attachment #2: 0024-gnu-OBS-Studio-Update-to-20.1.3.patch --]
[-- Type: text/x-patch, Size: 1261 bytes --]

From 25f4c81eacc7680ae8b0d42d987b0670e5627e6c Mon Sep 17 00:00:00 2001
From: Adriano Peluso <catonano@gmail.com>
Date: Wed, 3 Jan 2018 01:08:11 +0100
Subject: [PATCH 24/24] gnu: OBS Studio: Update to 20.1.3

* gnu/packages/video.scm (obs): Update to 20.1.3
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d9718e84f..2d638abfe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1808,7 +1808,7 @@ be used for realtime video capture via Linux-specific APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "18.0.2")
+    (version "20.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/jp9000/obs-studio"
@@ -1816,7 +1816,7 @@ be used for realtime video capture via Linux-specific APIs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "02pbiyvf5x0zh448h5rpmyn33qnsqk694xxlyns83mdi74savyqw"))))
+                "1g5z6z050v25whc7n3xvg6l238wmg5crp7ihvk73qngvzxr8bg28"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f)) ; no tests
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#29954] [PATCH] gnu: Update obs to 20.1.3
  2018-01-03  0:24 [bug#29954] [PATCH] gnu: Update obs to 20.1.3 Catonano
@ 2018-01-03  2:31 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-01-03  2:31 UTC (permalink / raw)
  To: Catonano; +Cc: 29954

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

On Wed, Jan 03, 2018 at 01:24:02AM +0100, Catonano wrote:
> I recorded a brief screencast with audio and it works
> 
> 0024 is a mistake, it should be 0001

> From 25f4c81eacc7680ae8b0d42d987b0670e5627e6c Mon Sep 17 00:00:00 2001
> From: Adriano Peluso <catonano@gmail.com>
> Date: Wed, 3 Jan 2018 01:08:11 +0100
> Subject: [PATCH 24/24] gnu: OBS Studio: Update to 20.1.3
> 
> * gnu/packages/video.scm (obs): Update to 20.1.3

Thanks! Pushed as 48a716c484c45594de86aa91c2ba5e80eb931a63

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-03  2:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03  0:24 [bug#29954] [PATCH] gnu: Update obs to 20.1.3 Catonano
2018-01-03  2:31 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.