mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public julia-versionparsing
|
|||
(define-public julia-weakrefstrings
|
||||
(package
|
||||
(name "julia-weakrefstrings")
|
||||
(version "1.1.0")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5660,10 +5660,11 @@ (define-public julia-weakrefstrings
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14h1vdnc3rx87w6v2rr59lgb4kai2hd1wzqpxhmzsi8karg2z219"))))
|
||||
(base32 "1ca94bpsjqrap2y9wlixspnisfkcms7aax0kpv7yn0v2vs9481wk"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-dataapi
|
||||
julia-inlinestrings
|
||||
julia-parsers))
|
||||
(home-page "https://github.com/JuliaData/WeakRefStrings.jl")
|
||||
(synopsis "Efficient string representation and transfer in Julia")
|
||||
|
|
Loading…
Reference in a new issue