diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-07-06 20:06:42 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-07-11 13:03:32 +0300 |
commit | c9ceb301c696c0c032ce6ee3a2c5f57ca78b0fc4 (patch) | |
tree | 45f77ad9098a0d350ece876d51304a41cea63b6b | |
parent | 588c73f196c78cb5ff15eea630abf035a2db928a (diff) | |
download | guix-c9ceb301c696c0c032ce6ee3a2c5f57ca78b0fc4.tar.gz |
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>
-rw-r--r-- | gnu/packages/julia-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index ac7d5fd07e..7491ee3f5d 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -5651,7 +5651,7 @@ useful in order to support @code{VersionNumber} comparisons applied to (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 @@ useful in order to support @code{VersionNumber} comparisons applied to (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") |