mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: cminpack: Update to 1.3.9.
* gnu/packages/maths.scm (cminpack): Update to 1.3.9. Change-Id: I2b4039c4e8c313204f96773b1d0dd072dfca5d41
This commit is contained in:
parent
2891f9fb34
commit
ae8b2caf11
1 changed files with 2 additions and 2 deletions
|
@ -1486,7 +1486,7 @@ (define-public primesieve
|
|||
(define-public cminpack
|
||||
(package
|
||||
(name "cminpack")
|
||||
(version "1.3.8")
|
||||
(version "1.3.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1495,7 +1495,7 @@ (define-public cminpack
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bg0954mwry22izsvikpai16pkfp8srz4z34n267bhkmrvvb0zgy"))))
|
||||
"05cjb54in7kks70rrnmvczwkg4nsxhwyf23abxqdj143zwbz4yyr"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON")))
|
||||
|
|
Loading…
Reference in a new issue