mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: julia-finitedifferences: Update to 0.12.17.
* gnu/packages/julia-xyz.scm (julia-finitedifferences): Update to 0.12.17.
This commit is contained in:
parent
e477487e00
commit
071f036625
1 changed files with 2 additions and 2 deletions
|
@ -1298,7 +1298,7 @@ (define-public julia-finitediff
|
||||||
(define-public julia-finitedifferences
|
(define-public julia-finitedifferences
|
||||||
(package
|
(package
|
||||||
(name "julia-finitedifferences")
|
(name "julia-finitedifferences")
|
||||||
(version "0.12.6")
|
(version "0.12.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1307,7 +1307,7 @@ (define-public julia-finitedifferences
|
||||||
(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 "0kg8snnspn48i2rr99mwy0an3hzlgrnic7xnh3whj2ws2znw46hr"))))
|
(base32 "09nsf9cgk49yrvprflnhd9h5rrgs280rgj8sad3csghxdx6jqk5c"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("julia-benchmarktools" ,julia-benchmarktools)))
|
`(("julia-benchmarktools" ,julia-benchmarktools)))
|
||||||
|
|
Loading…
Reference in a new issue