gnu: sleef: Update to 3.5.1.

* gnu/packages/maths.scm (sleef): Update to 3.5.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Vinicius Monego 2020-12-12 17:15:28 -03:00 committed by Nicolas Goaziou
parent 7ae66d9c12
commit 5f40ad9ae2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -518,7 +518,7 @@ (define-public gsl
(define-public sleef
(package
(name "sleef")
(version "3.4.1")
(version "3.5.1")
(source
(origin
(method git-fetch)
@ -527,7 +527,7 @@ (define-public sleef
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1gvf7cfvszmgjrsqivwmyy1jnp3hy80dmszxx827lhjz8yqq5019"))))
(base32 "1jybqrl2dvjxzg30xrhh847s375n2jr1pix644wi6hb5wh5mx3f7"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags (list "-DCMAKE_BUILD_TYPE=Release"