mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-rpf: Update to 1.0.11.
* gnu/packages/cran.scm (r-rpf): Update to 1.0.11.
This commit is contained in:
parent
39b793f8f2
commit
3f8f84719d
1 changed files with 2 additions and 2 deletions
|
@ -24185,14 +24185,14 @@ (define-public r-stanheaders
|
|||
(define-public r-rpf
|
||||
(package
|
||||
(name "r-rpf")
|
||||
(version "1.0.8")
|
||||
(version "1.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rpf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"039r6yz2ax7i9sv8vi98yg7llwb966ay6mrifpmp6q3xh1f634kl"))))
|
||||
"1yr1i7kswq57mcxv05lh7bvbicz1djqxcl6f13dlgsf3ww56gzg1"))))
|
||||
(properties `((upstream-name . "rpf")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue