summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 22:41:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-18 01:26:06 +0100
commit949e214509d2c48dba4d3833dc7b70f24b1e6b5e (patch)
tree030a20c5f3c77211e892ff12967ad7d3df416b37
parentda567fc8bcd0fd5e3e928eb0c05e39c87ce6f380 (diff)
downloadguix-949e214509d2c48dba4d3833dc7b70f24b1e6b5e.tar.gz
gnu: brial: Update to 1.2.7.
* gnu/packages/sagemath.scm (brial): Update to 1.2.7.
-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 2cc50f7b6a..47bf9a9c88 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.6")
+    (version "1.2.7")
     (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 "1mc1zjr3mxcx6bg0js5k9jx65japg7644b0aj1al75m4nwh2ygab"))))
+       (base32 "1s0wmbb42sq6a5kxgzsz5srphclmfa4cvxdx2h9kzp0da2zcp3cm"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)