mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: vapoursynth: Update to 53.
* gnu/packages/video.scm (vapoursynth): Update to 53.
This commit is contained in:
@@ -2806,7 +2806,7 @@ capabilities.")
|
|||||||
(define-public vapoursynth
|
(define-public vapoursynth
|
||||||
(package
|
(package
|
||||||
(name "vapoursynth")
|
(name "vapoursynth")
|
||||||
(version "52")
|
(version "53")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@@ -2815,7 +2815,7 @@ capabilities.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1krfdzc2x2vxv4nq9kiv1c09hgj525qn120ah91fw2ikq8ldvmx4"))))
|
"0qcsfkpkry0cmvi60khjwvfz4fqhy23nqmn4pb9qrwll26sn9dcr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|||||||
Reference in New Issue
Block a user