mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: julia-weakrefstrings: Update to 1.0.0.
* gnu/packages/julia-xyz.scm (julia-weakrefstrings): Update to 1.0.0. [propagated-inputs]: Add julia-parsers.
This commit is contained in:
parent
56753c0f2e
commit
51ef08e592
1 changed files with 4 additions and 3 deletions
|
@ -4025,7 +4025,7 @@ (define-public julia-versionparsing
|
||||||
(define-public julia-weakrefstrings
|
(define-public julia-weakrefstrings
|
||||||
(package
|
(package
|
||||||
(name "julia-weakrefstrings")
|
(name "julia-weakrefstrings")
|
||||||
(version "0.6.2")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4034,10 +4034,11 @@ (define-public julia-weakrefstrings
|
||||||
(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 "0129mf1axxycb1ans3idlvw8ch0hmdrl80q98jw63f99zz3ddipr"))))
|
(base32 "1p8q62zsmi02vyckgy25ddmxns223xrhx575x9lfgvr7jrw1kl2p"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-dataapi" ,julia-dataapi)))
|
`(("julia-dataapi" ,julia-dataapi)
|
||||||
|
("julia-parsers" ,julia-parsers)))
|
||||||
(home-page "https://github.com/JuliaData/WeakRefStrings.jl")
|
(home-page "https://github.com/JuliaData/WeakRefStrings.jl")
|
||||||
(synopsis "Efficient string representation and transfer in Julia")
|
(synopsis "Efficient string representation and transfer in Julia")
|
||||||
(description "This package provides a minimal String type for Julia that
|
(description "This package provides a minimal String type for Julia that
|
||||||
|
|
Loading…
Reference in a new issue