mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -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
|
||||
(package
|
||||
(name "julia-finitedifferences")
|
||||
(version "0.12.6")
|
||||
(version "0.12.17")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1307,7 +1307,7 @@ (define-public julia-finitedifferences
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0kg8snnspn48i2rr99mwy0an3hzlgrnic7xnh3whj2ws2znw46hr"))))
|
||||
(base32 "09nsf9cgk49yrvprflnhd9h5rrgs280rgj8sad3csghxdx6jqk5c"))))
|
||||
(build-system julia-build-system)
|
||||
(inputs
|
||||
`(("julia-benchmarktools" ,julia-benchmarktools)))
|
||||
|
|
Loading…
Reference in a new issue