[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: lrslib: Update to 7.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: lrslib: Update to 7.2. |
Date: |
Tue, 19 Apr 2022 10:10:25 -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 bfe6d6ea66 gnu: lrslib: Update to 7.2.
bfe6d6ea66 is described below
commit bfe6d6ea668048ca3656ea8656ae7beb1c3de5f4
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Apr 19 16:09:32 2022 +0200
gnu: lrslib: Update to 7.2.
* gnu/packages/maths.scm (lrslib): Update to 7.2.
---
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 99a3791367..f4778179d6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -743,7 +743,7 @@ computing convex hulls.")
(define-public lrslib
(package
(name "lrslib")
- (version "7.1")
+ (version "7.2")
(source
(origin
(method url-fetch)
@@ -752,7 +752,7 @@ computing convex hulls.")
(string-delete #\. version) ".tar.gz"))
(sha256
(base32
- "05kq3hzam31dlmkccv3v358r478kpvx76mw37ka12c6ypwv5dsnk"))))
+ "1w1jsnfgny8cihndr5gfm99pvwp48qsvxkqfsi2q87gd3m57aj7w"))))
(build-system gnu-build-system)
(inputs
(list gmp))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: lrslib: Update to 7.2.,
guix-commits <=