guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: obs-looking-glass: Update to B6.


From: guix-commits
Subject: branch master updated: gnu: obs-looking-glass: Update to B6.
Date: Sat, 25 Nov 2023 02:28:43 -0500

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

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6bf19a63d8 gnu: obs-looking-glass: Update to B6.
6bf19a63d8 is described below

commit 6bf19a63d8d4f8e50d21a061c6b68a9d5d100a33
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sat Nov 25 09:51:57 2023 +0300

    gnu: obs-looking-glass: Update to B6.
    
    * gnu/packages/video.scm (obs-looking-glass): Update to B6.
    [source]: Use upstream tarball and switch to url-fetch.
    
    Change-Id: Ie60fe98fbeefe8f21c514599189e8171917456b6
---
 gnu/packages/video.scm | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 561268aabd..341f77cdc3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3618,18 +3618,15 @@ and JACK.")
 (define-public obs-looking-glass
   (package
     (name "obs-looking-glass")
-    (version "B5")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/gnif/LookingGlass";)
-             (commit version)
-             (recursive? #t)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "09mn544x5hg1z31l92ksk7fi7yj9r8xdk0dcl9fk56ivcr452ylm"))))
+    (version "B6")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://looking-glass.io/artifact/"; version
+                                  "/source"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "15d7wwbzfw28yqbz451b6n33ixy50vv8acyzi8gig1mq5a8gzdib"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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