diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 01:20:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 01:24:10 +0100 |
commit | 33abf95fe673c39c84712285055a26f87ff942ac (patch) | |
tree | 4ba74f4e3f1b2afd4f9f1f54c48893098f9ef804 /gnu | |
parent | b08c4f5fceff6064baedea3385703689b8a72e47 (diff) | |
download | patches-33abf95fe673c39c84712285055a26f87ff942ac.tar patches-33abf95fe673c39c84712285055a26f87ff942ac.tar.gz |
gnu: vapoursynth: Update to 49.
* gnu/packages/video.scm (vapoursynth): Update to 49.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7f21bc3e60..8c7d6c7b88 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2211,7 +2211,7 @@ capabilities.") (define-public vapoursynth (package (name "vapoursynth") - (version "48") + (version "49") (source (origin (method git-fetch) (uri (git-reference @@ -2220,7 +2220,7 @@ capabilities.") (file-name (git-file-name name version)) (sha256 (base32 - "1i6163bidlp0p9zcnxpsphr44ayfzd51fig4ri7vbrbl9lw9jaih")))) + "1d298mlb24nlc2x7pixfbkd0qbpv4c706c32idsgpi96z1spkhvl")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) |