[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: obs: Update to 26.1.1.
From: |
guix-commits |
Subject: |
07/07: gnu: obs: Update to 26.1.1. |
Date: |
Thu, 7 Jan 2021 15:46:17 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit df0447be61c0f8c463aeb46369fe67aeb9e914dd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 7 21:40:32 2021 +0100
gnu: obs: Update to 26.1.1.
* gnu/packages/video.scm (obs): Update to 26.1.1.
---
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 c92022e..1f68208 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3078,7 +3078,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(define-public obs
(package
(name "obs")
- (version "26.1.0")
+ (version "26.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3087,7 +3087,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(file-name (git-file-name name version))
(sha256
(base32
- "0p8wdzm9imn3s17arr206sz92g4pkacfcpfbwvhvgkrrs4w000bx"))))
+ "18b40ayww5isjqnjz63l05fi5xwzrcc64jvwxwq8nqsydn0b14ng"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
- branch master updated (a675c01 -> df0447b), guix-commits, 2021/01/07
- 01/07: gnu: ngircd: Update to 26.1., guix-commits, 2021/01/07
- 02/07: gnu: gtkwave: Update to 3.3.108., guix-commits, 2021/01/07
- 03/07: gnu: perl-test-file: Update to 1.444., guix-commits, 2021/01/07
- 04/07: gnu: youtube-viewer: Update to 3.8.1., guix-commits, 2021/01/07
- 06/07: gnu: system-config-printer: Update to 1.5.14., guix-commits, 2021/01/07
- 05/07: gnu: starfighter: Update to 2.4., guix-commits, 2021/01/07
- 07/07: gnu: obs: Update to 26.1.1.,
guix-commits <=