diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-07-11 13:46:15 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-11 13:46:15 +0300 |
commit | 24edccba3d57bfd9b542a0eb9d0d945b5ccd93a4 (patch) | |
tree | a9dfb09ebe25b7ce2f87c36fd2857da5b4a9a841 /gnu/packages/julia-jll.scm | |
parent | 5c3489a3f7f33293dfdaff23374d93a01c838968 (diff) |
gnu: julia-mbedtls-jll: Update to 2.26.0+0.
* gnu/packages/julia-jll.scm (julia-mbedtls-jll): Update to 2.26.0+0.
Diffstat (limited to 'gnu/packages/julia-jll.scm')
-rw-r--r-- | gnu/packages/julia-jll.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm index 0cf3515b03..508d42aa95 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 |