mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: julia-forwarddiff: Update to 0.10.18.
* gnu/packages/julia-xyz.scm (julia-forwarddiff): Update to 0.10.18.
This commit is contained in:
parent
7638ce235a
commit
3beb0b806d
1 changed files with 2 additions and 2 deletions
|
@ -643,7 +643,7 @@ (define-public julia-fixedpointnumbers
|
|||
(define-public julia-forwarddiff
|
||||
(package
|
||||
(name "julia-forwarddiff")
|
||||
(version "0.10.17")
|
||||
(version "0.10.18")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -652,7 +652,7 @@ (define-public julia-forwarddiff
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "17xaz4v0zr46p7w873w1fwf31phdnhr0vbdym9yr4flmpzi528jw"))))
|
||||
(base32 "1vb46x8mcn61g1l14qrk22c043khg2ml4q1ci7h4k2v34f2ak5fs"))))
|
||||
(build-system julia-build-system)
|
||||
(inputs ;required for tests
|
||||
`(("julia-calculus" ,julia-calculus)
|
||||
|
|
Loading…
Reference in a new issue