guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: gnu: brial: Update to 1.2.7.


From: guix-commits
Subject: 02/11: gnu: brial: Update to 1.2.7.
Date: Mon, 17 Feb 2020 19:26:16 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 949e214509d2c48dba4d3833dc7b70f24b1e6b5e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 22:41:27 2020 +0100

    gnu: brial: Update to 1.2.7.
    
    * gnu/packages/sagemath.scm (brial): Update to 1.2.7.
---
 gnu/packages/sagemath.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 2cc50f7..47bf9a9 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]