mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mlucas: Update source hash.
The tarball was modified in-place with too many small changes to list here, all of them apparently intended as minor bug fixes. * gnu/packages/maths.scm (mlucas)[source]: Update sha256.
This commit is contained in:
parent
8731a4aaff
commit
a36efdbc60
1 changed files with 2 additions and 3 deletions
|
@ -4882,13 +4882,12 @@ (define-public mlucas
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://mersenneforum.org/mayer/src/C/mlucas_v" version ".txz"))
|
"https://mersenneforum.org/mayer/src/C/mlucas_v" version ".txz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0h4xj6pyyac79ka5ibqjilfa3s9j3yxnzgpwc57b54kfh2bj3447"))))
|
||||||
"1ax12qj9lyvnx4vs3gx7l8r3wx5gjbsdswp5f00ik9z0wz7xf297"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python2" ,python-2)))
|
`(("python2" ,python-2)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Loading…
Reference in a new issue