gnu: julia-ffmpeg: Update to 0.4.1.

* gnu/packages/julia-xyz.scm (julia-ffmpeg): Update to 0.4.1.
This commit is contained in:
Efraim Flashner 2021-06-14 19:40:38 +03:00
parent 96ebbd4598
commit bef5db80ee
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1101,7 +1101,7 @@ (define-public julia-exprtools
(define-public julia-ffmpeg (define-public julia-ffmpeg
(package (package
(name "julia-ffmpeg") (name "julia-ffmpeg")
(version "0.4.0") (version "0.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1110,7 +1110,7 @@ (define-public julia-ffmpeg
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1kwqixwhnnxs59xsw2k44xxnkx5fn4y49g58l5snfbszycxq7lls")))) (base32 "1ldxbp0kq3ip67x7sp82dz56aq4p5i0chspbgx2zgskr6jcbjj1b"))))
(build-system julia-build-system) (build-system julia-build-system)
(propagated-inputs (propagated-inputs
`(("julia-ffmpeg-jll" ,julia-ffmpeg-jll) `(("julia-ffmpeg-jll" ,julia-ffmpeg-jll)