~ruther/guix-local

9bc10b64b048b64af2ade03c9f818173d9b839be — Andreas Enge 1 year, 6 months ago ea7c240
gnu: gp2c: Update to 0.0.14.

* gnu/packages/algebra.scm (gp2c): Update to 0.0.14.

Change-Id: Ia45f9fae34f0a63a434ab5f7120cf1fba943161b
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +2 -2
@@ 285,7 285,7 @@ PARI is also available as a C library to allow for faster computations.")
(define-public gp2c
  (package
   (name "gp2c")
   (version "0.0.13")
   (version "0.0.14")
   (source (origin
            (method url-fetch)
            (uri (string-append


@@ 293,7 293,7 @@ PARI is also available as a C library to allow for faster computations.")
                  version ".tar.gz"))
            (sha256
              (base32
                "0dlxlrwwvhmjljjzsq95fsm14j5n5353snd92b0pdg9ylzn784r6"))))
                "0c3v1g04mkb45xrcrxr9xzp61nnql38k6i6s77i5f14l0b614qdg"))))
   (build-system gnu-build-system)
   (native-inputs (list perl))
   (inputs (list pari-gp))