mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: r-europepmc: Update to 0.4.1.
* gnu/packages/cran.scm (r-europepmc): Update to 0.4.1.
This commit is contained in:
parent
9c620bdabf
commit
eba0e1428f
1 changed files with 2 additions and 2 deletions
|
@ -17752,14 +17752,14 @@ (define-public r-ggforce
|
|||
(define-public r-europepmc
|
||||
(package
|
||||
(name "r-europepmc")
|
||||
(version "0.4")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "europepmc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
|
||||
"16japbndid34shqg8n0bmjrxn84xmhrylvz832zclcllm6i93fn1"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-dplyr" ,r-dplyr)
|
||||
|
|
Loading…
Reference in a new issue