mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
96ebbd4598
commit
bef5db80ee
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue