gnu: libqalculate: Update to 3.19.0.
authorJack Hill <jackhill@jackhill.us>
Fri, 11 Jun 2021 19:02:17 +0000 (15:02 -0400)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 12 Jun 2021 20:57:54 +0000 (22:57 +0200)
* gnu/packages/maths (libqalculate): Update to 3.19.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu/packages/maths.scm

index e78c5df..f665897 100644 (file)
@@ -6158,7 +6158,7 @@ researchers and developers alike to get started on SAT.")
 (define-public libqalculate
   (package
     (name "libqalculate")
-    (version "3.8.0")
+    (version "3.19.0")
     (source
      (origin
        (method git-fetch)
@@ -6167,7 +6167,7 @@ researchers and developers alike to get started on SAT.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vbaza9c7159xf2ym90l0xkyj2mp6c3hbghhsqn29yvz08fda9df"))
+        (base32 "1w44407wb552q21dz4m2nwwdi8b9hzjb2w1l3ffsikzqckc7wbyj"))
        (patches
         (search-patches "libqalculate-3.8.0-libcurl-ssl-fix.patch"))))
     (build-system gnu-build-system)