mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: obs-looking-glass: Update to B7.
* gnu/packages/video.scm (obs-looking-glass): Update to B7. Change-Id: I3dac87411adb90feb34544d73aaba8dbcccce8e7
This commit is contained in:
parent
5ca1fc21b1
commit
3300dba9eb
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@
|
||||||
;;; Copyright © 2019 Timo Eisenmann <eisenmann@fn.de>
|
;;; Copyright © 2019 Timo Eisenmann <eisenmann@fn.de>
|
||||||
;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
|
;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
|
||||||
;;; Copyright © 2019 Riku Viitanen <riku.viitanen@protonmail.com>
|
;;; Copyright © 2019 Riku Viitanen <riku.viitanen@protonmail.com>
|
||||||
;;; Copyright © 2020, 2021, 2023, 2024 Oleg Pykhalov <go.wigust@gmail.com>
|
;;; Copyright © 2020, 2021, 2023, 2024, 2025 Oleg Pykhalov <go.wigust@gmail.com>
|
||||||
;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
|
;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
|
||||||
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
|
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
|
||||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
|
@ -4320,7 +4320,7 @@ to OBS Studio.")
|
||||||
(define-public obs-looking-glass
|
(define-public obs-looking-glass
|
||||||
(package
|
(package
|
||||||
(name "obs-looking-glass")
|
(name "obs-looking-glass")
|
||||||
(version "B6")
|
(version "B7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://looking-glass.io/artifact/" version
|
(uri (string-append "https://looking-glass.io/artifact/" version
|
||||||
|
@ -4328,7 +4328,7 @@ to OBS Studio.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15d7wwbzfw28yqbz451b6n33ixy50vv8acyzi8gig1mq5a8gzdib"))))
|
"11crsvy783ig7kzmr2cr68wv9zsjkcbp1akcs28rc6yc1ik0dr89"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue