all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34087] [PATCH] obs: Update to 22.0.3
@ 2019-01-15 19:00 pkill9
  2019-01-16 13:07 ` bug#34087: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: pkill9 @ 2019-01-15 19:00 UTC (permalink / raw)
  To: 34087

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

This patch updates obs to 22.0.3. It also updates the url of the repository which the repository url now redirects to (https://github.com/jp9000/obs-studio -> https://github.com/obsproject/obs-studio).

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-obs-Update-to-22.0.3.patch --]
[-- Type: text/x-patch; name="0001-gnu-obs-Update-to-22.0.3.patch", Size: 1295 bytes --]

From b5f41067201686b5979cef63f7be3a294ff6dd10 Mon Sep 17 00:00:00 2001
From: Pkill -9 <pkill9@runbox.com>
Date: Tue, 15 Jan 2019 18:14:33 +0000
Subject: [PATCH] gnu: obs: Update to 22.0.3.

* gnu/packages/video.scm (obs): Update to 22.0.3.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a04003101..be755b29d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2093,16 +2093,16 @@ be used for realtime video capture via Linux-specific APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "20.1.3")
+    (version "22.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/jp9000/obs-studio.git")
+                    (url "https://github.com/obsproject/obs-studio.git")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qdpa2xxiiw53ksvlrf80jm8gz6kxsn56sffv2v2ijxvy7kw5zcg"))))
+                "0ri9qkqk3h71b1a5bwpjzqdr21bbmfqbykg48l779d20zln23n1i"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f)) ; no tests
-- 
2.20.1


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

* bug#34087: [PATCH] obs: Update to 22.0.3
  2019-01-15 19:00 [bug#34087] [PATCH] obs: Update to 22.0.3 pkill9
@ 2019-01-16 13:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-01-16 13:07 UTC (permalink / raw)
  To: pkill9; +Cc: 34087-done

<pkill9@runbox.com> skribis:

> From b5f41067201686b5979cef63f7be3a294ff6dd10 Mon Sep 17 00:00:00 2001
> From: Pkill -9 <pkill9@runbox.com>
> Date: Tue, 15 Jan 2019 18:14:33 +0000
> Subject: [PATCH] gnu: obs: Update to 22.0.3.
>
> * gnu/packages/video.scm (obs): Update to 22.0.3.

Applied, thanks!

Ludo'.

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

end of thread, other threads:[~2019-01-16 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15 19:00 [bug#34087] [PATCH] obs: Update to 22.0.3 pkill9
2019-01-16 13:07 ` bug#34087: " Ludovic Courtès

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.