guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: obs: Update to 25.0.7.


From: guix-commits
Subject: branch master updated: gnu: obs: Update to 25.0.7.
Date: Mon, 20 Apr 2020 18:10:42 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ce5f470  gnu: obs: Update to 25.0.7.
ce5f470 is described below

commit ce5f4701d1e5c88c622a0d05a96ddfb31c117455
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Mon Apr 20 12:24:29 2020 -0700

    gnu: obs: Update to 25.0.7.
    
    * gnu/packages/video (obs): Update to 25.0.7.
---
 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 62cc423..85c195a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2437,7 +2437,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "24.0.4")
+    (version "25.0.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2446,7 +2446,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0m15ch2ix9qrdf1a9mj7wcpl72z3h13zx60c9q72sb1435id2g1q"))))
+                "02ppkp1j5yxnxv663nz5wv4vbcg3k53l43xq94d1p1b3j4wxwq8b"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]