~ruther/guix-local

1c39115c1fea4d16461aa4119638f6a73389e1a8 — Andreas Enge 1 year, 16 days ago 192c365
gnu: fplll: Update to 5.5.0.

* gnu/packages/algebra.scm (fplll): Update to 5.5.0.

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

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +2 -2
@@ 173,7 173,7 @@ line applications.")
(define-public fplll
  (package
    (name "fplll")
    (version "5.4.2")
    (version "5.5.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 182,7 182,7 @@ line applications.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0044nyfnwzgyfrsikbcbh00f54dd61hwn3fb6711rrskkfnw977a"))))
                "0m38c1h5586aykac1yy5753a2ygggasrhmmrk092lcnl55ldgy2s"))))
    (build-system gnu-build-system)
    (native-inputs
     (list autoconf automake libtool pkg-config))