me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-gsl): Update to 2.1-7.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -12746,14 +12746,14 @@ parametrizations of Nolan.")
(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)))