mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: obs-source-copy: Update to 0.2.6.
* gnu/packages/video.scm (obs-source-copy): Update to 0.2.6. Change-Id: I9d60be73c3256c3ba1025b51a630adf10b01a1ad Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
124799619b
commit
f8cd4cddec
@@ -4683,7 +4683,7 @@ different filters than the original.")
|
|||||||
(define-public obs-source-copy
|
(define-public obs-source-copy
|
||||||
(package
|
(package
|
||||||
(name "obs-source-copy")
|
(name "obs-source-copy")
|
||||||
(version "0.2.4")
|
(version "0.2.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@@ -4692,7 +4692,7 @@ different filters than the original.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l3ls3j57yh03vkwiah6yj1xnnmq7q2ngjjn1k4h1sqqk0dxn86j"))))
|
"0hkjpjli1bw090asc0a9km1gqjachv3hsx5z642kqc5mrnq7fnq3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|||||||
Reference in New Issue
Block a user