~ruther/guix-local

9c68798d9886d9c1c058174e653d1100933a8760 — Andreas Enge 12 years ago 5a15ed5
gnu: mpfrcx: Update to 0.4.2.

* gnu/packages/algebra.scm (mpfrcx): Update to 0.4.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +2 -2
@@ 32,7 32,7 @@
(define-public mpfrcx
  (package
   (name "mpfrcx")
   (version "0.4.1")
   (version "0.4.2")
   (source (origin
            (method url-fetch)
            (uri (string-append


@@ 40,7 40,7 @@
                  version ".tar.gz"))
            (sha256
             (base32
              "1rrc75chxyicqjgg5mfhgbz7p9mx1fgh0qlx14a82m25vfhifnd1"))))
              "0grw66b255r574lvll1bqccm5myj2m8ajzsjaygcyq9zjnnbnhhy"))))
   (build-system gnu-build-system)
   (inputs `(("gmp" ,gmp)
             ("mpfr" ,mpfr)