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