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:
Tobias Geerinckx-Rice 2019-05-17 03:16:27 +02:00
parent 8731a4aaff
commit a36efdbc60
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4882,8 +4882,7 @@ (define-public mlucas
(uri (string-append
"https://mersenneforum.org/mayer/src/C/mlucas_v" version ".txz"))
(sha256
(base32
"1ax12qj9lyvnx4vs3gx7l8r3wx5gjbsdswp5f00ik9z0wz7xf297"))))
(base32 "0h4xj6pyyac79ka5ibqjilfa3s9j3yxnzgpwc57b54kfh2bj3447"))))
(build-system gnu-build-system)
(inputs
`(("python2" ,python-2)))