guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: julia-weakrefstrings: Update to 1.4.0.


From: guix-commits
Subject: 04/07: gnu: julia-weakrefstrings: Update to 1.4.0.
Date: Mon, 11 Jul 2022 06:05:21 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c9ceb301c696c0c032ce6ee3a2c5f57ca78b0fc4
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Jul 6 20:06:42 2022 +0200

    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>
---
 gnu/packages/julia-xyz.scm | 5 +++--
 1 file 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]