guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lrslib: Update to 7.1.


From: guix-commits
Subject: branch master updated: gnu: lrslib: Update to 7.1.
Date: Thu, 27 Aug 2020 08:54:29 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f37e238  gnu: lrslib: Update to 7.1.
f37e238 is described below

commit f37e2388d0b777793a711c817a7ee0826d8cdc9f
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Thu Aug 27 14:53:54 2020 +0200

    gnu: lrslib: Update to 7.1.
    
    * gnu/packages/maths.scm (lrslib): Update to 7.1.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 39ff242..ce8ab22 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -640,7 +640,7 @@ computing convex hulls.")
 (define-public lrslib
   (package
     (name "lrslib")
-    (version "7.0a")
+    (version "7.1")
     (source
      (origin
        (method url-fetch)
@@ -649,7 +649,7 @@ computing convex hulls.")
                            (string-delete #\. version) ".tar.gz"))
        (sha256
         (base32
-         "034fa45r9hwx6ljmgpxk2872q34nklkalpdkc6s9hqw57rivi36k"))))
+         "05kq3hzam31dlmkccv3v358r478kpvx76mw37ka12c6ypwv5dsnk"))))
     (build-system gnu-build-system)
     (inputs
      `(("gmp" ,gmp)))



reply via email to

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