~ruther/guix-local

1cede23e572d7233cc9c3c883235070863e0b2ce — Andreas Enge 1 year, 1 month ago 0df230f
gnu: python-flint: Update to 0.7.1.

* gnu/packages/algebra.scm (python-flint): Update to 0.7.1.

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

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +2 -2
@@ 527,7 527,7 @@ fast arithmetic.")
(define-public python-flint
  (package
    (name "python-flint")
    (version "0.5.0")
    (version "0.7.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 536,7 536,7 @@ fast arithmetic.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "10370kqik6q6vdqrqv3gbznsyaxbgqb3rbrff4alpw0sqr5s07c7"))))
                "09nsys2cajxsfh2c13nf98a2kwnm0msmab9f9zcjpkndj4ir453a"))))
    (build-system python-build-system)
    (native-inputs
     (list python-cython-3))