summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-04-12 20:18:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-04-12 21:20:09 +0200
commit707f15bcb4ff4e2ad24a8b9d109c77f59a096890 (patch)
tree92e9eb5adc9bc0e01385be5ec8eec12e0e5e3305 /gnu
parent0b7a94cb1353406e7f76f68e9d60418bcd0460ae (diff)
downloadguix-707f15bcb4ff4e2ad24a8b9d109c77f59a096890.tar.gz
gnu: brial: Update to 1.2.8.
* gnu/packages/sagemath.scm (brial): Update to 1.2.8.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/sagemath.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 47bf9a9c88..b96cb6b96e 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -331,7 +331,7 @@ coefficients of which are modular integers.")
 (define-public brial
   (package
     (name "brial")
-    (version "1.2.7")
+    (version "1.2.8")
     (source
     (origin
       (method git-fetch)
@@ -340,7 +340,7 @@ coefficients of which are modular integers.")
              (commit version)))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1s0wmbb42sq6a5kxgzsz5srphclmfa4cvxdx2h9kzp0da2zcp3cm"))))
+       (base32 "0qhgckd4fvbs40jw14mvw89rccv94d3df27kipd27hxd4cx7y80y"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)