gnu: r-europepmc: Update to 0.4.1.

* gnu/packages/cran.scm (r-europepmc): Update to 0.4.1.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:25 +02:00
parent 9c620bdabf
commit eba0e1428f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)