gnu: libqalculate: Update to 3.19.0.

* gnu/packages/maths (libqalculate): Update to 3.19.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Jack Hill 2021-06-11 15:02:17 -04:00 committed by Nicolas Goaziou
parent 599c4ed000
commit ea1778ebd4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6158,7 +6158,7 @@ (define-public minisat
(define-public libqalculate (define-public libqalculate
(package (package
(name "libqalculate") (name "libqalculate")
(version "3.8.0") (version "3.19.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6167,7 +6167,7 @@ (define-public libqalculate
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1vbaza9c7159xf2ym90l0xkyj2mp6c3hbghhsqn29yvz08fda9df")) (base32 "1w44407wb552q21dz4m2nwwdi8b9hzjb2w1l3ffsikzqckc7wbyj"))
(patches (patches
(search-patches "libqalculate-3.8.0-libcurl-ssl-fix.patch")))) (search-patches "libqalculate-3.8.0-libcurl-ssl-fix.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)