mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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
This commit is contained in:
parent
4b6f6b3e18
commit
6bf19a63d8
1 changed files with 9 additions and 12 deletions
|
@ -3618,18 +3618,15 @@ (define-public obs
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue