1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02: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:
Efraim Flashner
2021-07-29 10:25:36 +03:00
parent e477487e00
commit 071f036625
+2 -2
View File
@@ -1298,7 +1298,7 @@ types and sparsity.")
(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 @@ types and sparsity.")
(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)))