diff options
author | Vinicius Monego <monego@posteo.net> | 2024-07-06 14:57:29 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-07-06 23:05:52 -0300 |
commit | ae8b2caf115a8793511b3058cf1b775e61ebbc57 (patch) | |
tree | eb512dd3ddac615455a9340f02fd65b4232920c7 /gnu | |
parent | 2891f9fb34c915b16cd5752f838a01674dce568e (diff) | |
download | guix-ae8b2caf115a8793511b3058cf1b775e61ebbc57.tar.gz guix-ae8b2caf115a8793511b3058cf1b775e61ebbc57.zip |
gnu: cminpack: Update to 1.3.9.
* gnu/packages/maths.scm (cminpack): Update to 1.3.9.
Change-Id: I2b4039c4e8c313204f96773b1d0dd072dfca5d41
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d39292e825..2a7c4cac69 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1486,7 +1486,7 @@ C++ with a C API. It contains a LU and LLt solver, and a few other things.") (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 @@ C++ with a C API. It contains a LU and LLt solver, and a few other things.") (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"))) |