mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: 4ti2: Update to 1.6.10.
* gnu/packages/maths.scm (4ti2): Update to 1.6.10. Change-Id: Ic32526be423aade04a529fcdfbf9332a7c328daf
This commit is contained in:
parent
26942d67b7
commit
4e2a35661a
1 changed files with 2 additions and 2 deletions
|
@ -981,7 +981,7 @@ (define-public linasm
|
|||
(define-public 4ti2
|
||||
(package
|
||||
(name "4ti2")
|
||||
(version "1.6.9")
|
||||
(version "1.6.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -991,7 +991,7 @@ (define-public 4ti2
|
|||
version)
|
||||
"/4ti2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0rj92x6p9m3la5gasjbj7sa569im527ffmka5y2sv1amgd3fflrh"))))
|
||||
(base32 "0sx8n4acmqx086a5cfkdkqxnjrlr7nsihnzxwi1vcij2n6z93hgp"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list (@ (gnu packages base) which))) ; for the tests
|
||||
|
|
Loading…
Reference in a new issue