mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: vapoursynth: Update to 53.
* gnu/packages/video.scm (vapoursynth): Update to 53.
This commit is contained in:
parent
17ace33aa6
commit
32a44fb581
1 changed files with 2 additions and 2 deletions
|
@ -2806,7 +2806,7 @@ (define-public avidemux
|
|||
(define-public vapoursynth
|
||||
(package
|
||||
(name "vapoursynth")
|
||||
(version "52")
|
||||
(version "53")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2815,7 +2815,7 @@ (define-public vapoursynth
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1krfdzc2x2vxv4nq9kiv1c09hgj525qn120ah91fw2ikq8ldvmx4"))))
|
||||
"0qcsfkpkry0cmvi60khjwvfz4fqhy23nqmn4pb9qrwll26sn9dcr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue