guix-commits
[Top][All Lists]
Advanced

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

49/49: gnu: julia-weakrefstrings: Update to 1.1.0.


From: guix-commits
Subject: 49/49: gnu: julia-weakrefstrings: Update to 1.1.0.
Date: Thu, 29 Jul 2021 07:46:32 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4707ab2fc00e786d6f9ed0007e68973a6d9f475c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 14:14:06 2021 +0300

    gnu: julia-weakrefstrings: Update to 1.1.0.
    
    * gnu/packages/julia-xyz.scm (julia-weakrefstrings): Update to 1.1.0.
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 50b52d4..16f8800 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4108,7 +4108,7 @@ useful in order to support @code{VersionNumber} 
comparisons applied to
 (define-public julia-weakrefstrings
   (package
     (name "julia-weakrefstrings")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
       (origin
         (method git-fetch)
@@ -4117,7 +4117,7 @@ useful in order to support @code{VersionNumber} 
comparisons applied to
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1p8q62zsmi02vyckgy25ddmxns223xrhx575x9lfgvr7jrw1kl2p"))))
+         (base32 "14h1vdnc3rx87w6v2rr59lgb4kai2hd1wzqpxhmzsi8karg2z219"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-dataapi" ,julia-dataapi)



reply via email to

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