1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: linbox: Update to 1.7.0.

* gnu/packages/algebra.scm (linbox): Update to 1.7.0.
[source]: Remove patch.
* gnu/local.mk (dist_patch_DATA): Unregister patch.
* gnu/packages/patches/linbox-fix-pkgconfig.patch: Delete file.

Change-Id: I88f8bcc9e1a049302890c5f46800afea9c42b69a
This commit is contained in:
Vinicius Monego 2025-06-28 21:25:59 -03:00
parent 0c7f797d9b
commit bc658eb0f0
No known key found for this signature in database
GPG key ID: 637B0B138065B68A
3 changed files with 2 additions and 27 deletions

View file

@ -1591,7 +1591,7 @@ algebra, such as the row echelon form.")
(define-public linbox
(package
(name "linbox")
(version "1.6.3")
(version "1.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1600,8 +1600,7 @@ algebra, such as the row echelon form.")
(file-name (git-file-name name version))
(sha256
(base32
"10j6dspbsq7d2l4q3y0c1l1xwmaqqba2fxg59q5bhgk9h5d7q571"))
(patches (search-patches "linbox-fix-pkgconfig.patch"))))
"0kr95ah0ss5s4j8kwxqlg395wraf32rdrmy83jfblg0avxmkhvwr"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool pkg-config))