gnu: r-gsl: Update to 2.1-7.1.

* gnu/packages/cran.scm (r-gsl): Update to 2.1-7.1.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:19 +01:00
parent 5a9e06ea95
commit 8f32025fcb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12746,14 +12746,14 @@ (define-public r-stabledist
(define-public r-gsl
(package
(name "r-gsl")
(version "2.1-7")
(version "2.1-7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "gsl" version))
(sha256
(base32
"05rvky8sh3jrlz0xbd6nss8h8ykfg1v10dymhlmcykl6v5csz1hs"))))
"118rj9kjx9rzlynvhrly19qz3yxg8jzws35971ssgzrp5lwd367f"))))
(build-system r-build-system)
(inputs
`(("gsl" ,gsl)))