guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: brial: Update to 1.2.6.


From: guix-commits
Subject: 06/09: gnu: brial: Update to 1.2.6.
Date: Wed, 15 Jan 2020 08:32:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 078d2d0da7ed1f040a371d15cefff26e110aa920
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 15 00:37:32 2020 +0100

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

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index a749f56..0ebf30e 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Andreas Enge <address@hidden>
 ;;; Copyright © 2019 Nicolas Goaziou <address@hidden>
-;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -332,7 +332,7 @@ coefficients of which are modular integers.")
 (define-public brial
   (package
     (name "brial")
-    (version "1.2.5")
+    (version "1.2.6")
     (source
     (origin
       (method git-fetch)
@@ -341,8 +341,7 @@ coefficients of which are modular integers.")
              (commit version)))
       (file-name (git-file-name name version))
       (sha256
-       (base32
-        "1nv56fp3brpzanxj7vwvxqdafqfsfhdgq5imr3m94psw5gdfqwja"))))
+       (base32 "1mc1zjr3mxcx6bg0js5k9jx65japg7644b0aj1al75m4nwh2ygab"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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