gnu: julia-weakrefstrings: Update to 1.4.0.
* gnu/packages/julia-xyz.scm (julia-weakrefstrings): Update to 1.4.0. [propagated-inputs]: Add julia-inlinestrings. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
588c73f196
commit
c9ceb301c6
1 changed files with 3 additions and 2 deletions
|
@ -5651,7 +5651,7 @@ useful in order to support @code{VersionNumber} comparisons applied to
|
||||||
(define-public julia-weakrefstrings
|
(define-public julia-weakrefstrings
|
||||||
(package
|
(package
|
||||||
(name "julia-weakrefstrings")
|
(name "julia-weakrefstrings")
|
||||||
(version "1.1.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5660,10 +5660,11 @@ useful in order to support @code{VersionNumber} comparisons applied to
|
||||||
(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 "14h1vdnc3rx87w6v2rr59lgb4kai2hd1wzqpxhmzsi8karg2z219"))))
|
(base32 "1ca94bpsjqrap2y9wlixspnisfkcms7aax0kpv7yn0v2vs9481wk"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-dataapi
|
(list julia-dataapi
|
||||||
|
julia-inlinestrings
|
||||||
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")
|
||||||
|
|
Reference in a new issue