mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cm: Update to 0.4.4.
* gnu/packages/algebra.scm (cm): Update to 0.4.4. Change-Id: I1f9b49a0219bf3327e3e7c5eadc9e58e08744b92
This commit is contained in:
parent
bc2625db7d
commit
d5124a4fbb
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ greatest common divisor operations.")
|
|||
(define-public cm
|
||||
(package
|
||||
(name "cm")
|
||||
(version "0.4.3")
|
||||
(version "0.4.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -160,7 +160,7 @@ greatest common divisor operations.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01dha0hl0daappjiydpk4ngl9nxkxli6a48jp6d7v85yjjykac5j"))))
|
||||
"0zkdl4cka32jclhajm7wdpkyzjq1335l58janjisv88a1di9gyy6"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
(list mpfrcx zlib)) ; Header files included from lib/cm.h.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue