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 /gnu | |
| parent | 588c73f196c78cb5ff15eea630abf035a2db928a (diff) | |
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>
Diffstat (limited to 'gnu')
| -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 ac7d5fd07e7..7491ee3f5df 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 | |||
| 5651 | (define-public julia-weakrefstrings | 5651 | (define-public julia-weakrefstrings |
| 5652 | (package | 5652 | (package |
| 5653 | (name "julia-weakrefstrings") | 5653 | (name "julia-weakrefstrings") |
| 5654 | (version "1.1.0") | 5654 | (version "1.4.0") |
| 5655 | (source | 5655 | (source |
| 5656 | (origin | 5656 | (origin |
| 5657 | (method git-fetch) | 5657 | (method git-fetch) |
| @@ -5660,10 +5660,11 @@ useful in order to support @code{VersionNumber} comparisons applied to | |||
| 5660 | (commit (string-append "v" version)))) | 5660 | (commit (string-append "v" version)))) |
| 5661 | (file-name (git-file-name name version)) | 5661 | (file-name (git-file-name name version)) |
| 5662 | (sha256 | 5662 | (sha256 |
| 5663 | (base32 "14h1vdnc3rx87w6v2rr59lgb4kai2hd1wzqpxhmzsi8karg2z219")))) | 5663 | (base32 "1ca94bpsjqrap2y9wlixspnisfkcms7aax0kpv7yn0v2vs9481wk")))) |
| 5664 | (build-system julia-build-system) | 5664 | (build-system julia-build-system) |
| 5665 | (propagated-inputs | 5665 | (propagated-inputs |
| 5666 | (list julia-dataapi | 5666 | (list julia-dataapi |
| 5667 | julia-inlinestrings | ||
| 5667 | julia-parsers)) | 5668 | julia-parsers)) |
| 5668 | (home-page "https://github.com/JuliaData/WeakRefStrings.jl") | 5669 | (home-page "https://github.com/JuliaData/WeakRefStrings.jl") |
| 5669 | (synopsis "Efficient string representation and transfer in Julia") | 5670 | (synopsis "Efficient string representation and transfer in Julia") |
