me
/
guix
Archived
1
0
Fork 0

gnu: r-quantreg: Update to 5.73.

* gnu/packages/statistics.scm (r-quantreg): Update to 5.73.
master
Ricardo Wurmus 2020-10-05 22:46:35 +02:00
parent 32c573e3fd
commit 58ad14b049
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5080,13 +5080,13 @@ using modular prediction and response module classes.")
(define-public r-quantreg
(package
(name "r-quantreg")
(version "5.67")
(version "5.73")
(source
(origin
(method url-fetch)
(uri (cran-uri "quantreg" version))
(sha256
(base32 "09hgch8x6x2k7wm17c0njp7l0r6rrrlcji60afrv19dm9r4596wr"))))
(base32 "0mjwwj3c7cfnprlh90ld0f1lll0mrqbx8mpnbfr7bvzg8h6072y4"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))