me
/
guix
Archived
1
0
Fork 0

gnu: julia-finitediff: Update to 2.8.1.

* gnu/packages/julia-xyz.scm (julia-finitediff): Update to 2.8.1.
Efraim Flashner 2021-07-29 14:14:01 +03:00
parent ebd7ca3f4b
commit f7d79b9671
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1266,7 +1266,7 @@ following types: @code{Eye}, @code{Fill}, @code{Ones}, @code{Zeros},
(define-public julia-finitediff
(package
(name "julia-finitediff")
(version "2.8.0")
(version "2.8.1")
(source
(origin
(method git-fetch)
@ -1275,7 +1275,7 @@ following types: @code{Eye}, @code{Fill}, @code{Ones}, @code{Zeros},
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ndazn02wn8ddwgjh1i32y7pbaqpw06f42ccilz5ya78cyrjhq2m"))))
(base32 "105f6r0hq97n9mxf1nacmz94dpca66vzqj5p3zh4h0brshmggqnq"))))
(build-system julia-build-system)
(arguments
`(#:phases