gnu: julia-nanmath: Update to 0.3.7.
* gnu/packages/julia-xyz.scm (julia-nanmath): Update to 0.3.7.
parent
8a2731ac94
commit
fe3a0fad9e
|
@ -3907,7 +3907,7 @@ still being completely generic
|
||||||
(define-public julia-nanmath
|
(define-public julia-nanmath
|
||||||
(package
|
(package
|
||||||
(name "julia-nanmath")
|
(name "julia-nanmath")
|
||||||
(version "0.3.5")
|
(version "0.3.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3916,7 +3916,7 @@ still being completely generic
|
||||||
(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 "1hczhz00qj99w63vp627kwk02l2sr2qmzc2rkwwkdwvzy670p25q"))))
|
(base32 "1fwqa2fzl84a86ppjb2xaqh93b5gg42zyrclbjfdm5l0044hwii6"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(home-page "https://github.com/mlubin/NaNMath.jl")
|
(home-page "https://github.com/mlubin/NaNMath.jl")
|
||||||
(synopsis "Implementations of basic math functions")
|
(synopsis "Implementations of basic math functions")
|
||||||
|
|
Reference in New Issue