gnu: julia-missings: Update to 1.0.2.
* gnu/packages/julia-xyz.scm (julia-missings): Update to 1.0.2.
This commit is contained in:
parent
ad970a219d
commit
babfdf7549
1 changed files with 2 additions and 2 deletions
|
@ -2634,7 +2634,7 @@ resolving them into absolute units.")
|
||||||
(define-public julia-missings
|
(define-public julia-missings
|
||||||
(package
|
(package
|
||||||
(name "julia-missings")
|
(name "julia-missings")
|
||||||
(version "1.0.0")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2643,7 +2643,7 @@ resolving them into absolute units.")
|
||||||
(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 "131ma44yvswvj85jdjhm37frzfz46cc60lwj65a9jcmgc77dshsm"))))
|
(base32 "1k481rm5lahmjyh34j177d4n10svgr0wm7ps5m3ar3xx6nr26ad5"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-dataapi" ,julia-dataapi)))
|
`(("julia-dataapi" ,julia-dataapi)))
|
||||||
|
|
Reference in a new issue