me
/
guix
Archived
1
0
Fork 0

gnu: r-brobdingnag: Update to 1.2-7.

* gnu/packages/cran.scm (r-brobdingnag): Update to 1.2-7.
Ricardo Wurmus 2022-03-12 23:04:28 +01:00
parent 3b46b0260b
commit e3db5d94c3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16645,14 +16645,14 @@ partition functions are also given.")
(define-public r-brobdingnag
(package
(name "r-brobdingnag")
(version "1.2-6")
(version "1.2-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "Brobdingnag" version))
(sha256
(base32
"1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
"0hnp5nrpnscykvgrrbgp7987660hcbv92zc2q8lmpnin4ws399vk"))))
(properties `((upstream-name . "Brobdingnag")))
(build-system r-build-system)
(home-page "https://github.com/RobinHankin/Brobdingnag.git")