Revert "gnu: gsl: Update to 2.2."

This reverts commit b16b16e6c2.

Rationale: gsl-2.2 consistently fails its test suite on i686.  Inkscape
depends on gsl, and the grub background image is converted using
inkscape, so i686 systems can no longer be built.
This commit is contained in:
Mark H Weaver 2016-09-01 20:17:01 -04:00
parent f63e5eaaeb
commit bb76ef9d8b
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -185,7 +185,7 @@ (define-public dionysus
(define-public gsl
(package
(name "gsl")
(version "2.2")
(version "2.1")
(source
(origin
(method url-fetch)
@ -193,7 +193,7 @@ (define-public gsl
version ".tar.gz"))
(sha256
(base32
"1pyq2c0j91z955746myn29c89jwkd435s2cbj8ks2hpag6d0mr2d"))))
"0rhcia9jhr3p1f1wybwyllwqfs9bggz99i3mi5lpyqcpff1hdbar"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f))