mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
7ae66d9c12
commit
5f40ad9ae2
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue