guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: julia-mbedtls-jll: Update to 2.26.0+0.


From: guix-commits
Subject: branch master updated: gnu: julia-mbedtls-jll: Update to 2.26.0+0.
Date: Sun, 11 Jul 2021 06:47:36 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 24edccb  gnu: julia-mbedtls-jll: Update to 2.26.0+0.
24edccb is described below

commit 24edccba3d57bfd9b542a0eb9d0d945b5ccd93a4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jul 11 13:46:15 2021 +0300

    gnu: julia-mbedtls-jll: Update to 2.26.0+0.
    
    * gnu/packages/julia-jll.scm (julia-mbedtls-jll): Update to 2.26.0+0.
---
 gnu/packages/julia-jll.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm
index 0cf3515..508d42a 100644
--- a/gnu/packages/julia-jll.scm
+++ b/gnu/packages/julia-jll.scm
@@ -1217,9 +1217,7 @@ from util-linux.")
 (define-public julia-mbedtls-jll
   (package
     (name "julia-mbedtls-jll")
-    ;; version 2.25.0+0 is not compatible with current mbedtls 2.23.0,
-    ;; upgrade this when mbedtls is updated in guix
-    (version "2.24.0+1")
+    (version "2.26.0+0")
     (source
      (origin
        (method git-fetch)
@@ -1228,7 +1226,7 @@ from util-linux.")
              (commit (string-append "MbedTLS-v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kk9dlxdh7yms21npgrdfmjbj8q8ng6kdhrzw3jr2d7rp696kp99"))))
+        (base32 "171bbz39k3w81h03098aj70vay28354awi9gmhj0l8s72xfdigi6"))))
     (build-system julia-build-system)
     (arguments
      '(#:tests? #f                      ; No runtests.jl



reply via email to

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