mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue