[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: obs: Update to 26.0.1.
From: |
guix-commits |
Subject: |
04/09: gnu: obs: Update to 26.0.1. |
Date: |
Mon, 5 Oct 2020 20:54:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 69ba32312b698240d9c3f69a872b82ef8166787b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 6 02:40:14 2020 +0200
gnu: obs: Update to 26.0.1.
* gnu/packages/video.scm (obs): Update to 26.0.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 938f9fa..3cd7b99 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2997,7 +2997,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(define-public obs
(package
(name "obs")
- (version "26.0.0")
+ (version "26.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3006,7 +3006,7 @@ be used for realtime video capture via Linux-specific
APIs.")
(file-name (git-file-name name version))
(sha256
(base32
- "09y57b3c88szl3wyx3cxq8jrm3pfnyg2n25hxl1ynkq3rgaavdq2"))))
+ "1w6hbj83w91ni4fkkvpr2yz443xsgzilpip1fn7cnbvyizr89c1y"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
- branch master updated (d3b9cbd -> fb81bd9), guix-commits, 2020/10/05
- 02/09: gnu: spice-protocol: Update to 0.14.3., guix-commits, 2020/10/05
- 05/09: gnu: s6-dns: Update to 2.3.3.0., guix-commits, 2020/10/05
- 01/09: gnu: Fix up package copyright headers., guix-commits, 2020/10/05
- 04/09: gnu: obs: Update to 26.0.1.,
guix-commits <=
- 03/09: gnu: goffice: Update to 0.10.48., guix-commits, 2020/10/05
- 06/09: gnu: s6-portable-utils: Update to 2.2.3.0., guix-commits, 2020/10/05
- 09/09: gnu: perl-cgi: Update to 4.51., guix-commits, 2020/10/05
- 08/09: gnu: python-flake8: Update to 3.8.4., guix-commits, 2020/10/05
- 07/09: gnu: seahorse: Update to 3.36.2., guix-commits, 2020/10/05