guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: brial: Update to 1.2.8.


From: guix-commits
Subject: 02/03: gnu: brial: Update to 1.2.8.
Date: Sun, 12 Apr 2020 15:20:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 707f15bcb4ff4e2ad24a8b9d109c77f59a096890
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Apr 12 20:18:40 2020 +0200

    gnu: brial: Update to 1.2.8.
    
    * gnu/packages/sagemath.scm (brial): Update to 1.2.8.
---
 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 47bf9a9..b96cb6b 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)



reply via email to

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