mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: julia-mbedtls-jll: Update to 2.26.0+0.
* gnu/packages/julia-jll.scm (julia-mbedtls-jll): Update to 2.26.0+0.
This commit is contained in:
parent
5c3489a3f7
commit
24edccba3d
1 changed files with 2 additions and 4 deletions
|
@ -1217,9 +1217,7 @@ (define-public julia-lzo-jll
|
|||
(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 @@ (define-public julia-mbedtls-jll
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue