3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-citr: Update to 0.3.2.

* gnu/packages/cran.scm (r-citr): Update to 0.3.2.
This commit is contained in:
Ricardo Wurmus 2019-08-19 16:14:47 +02:00
parent b3aa0d2f96
commit 6b28386dd1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14752,14 +14752,14 @@ into R and converted to @code{BibEntry} objects.")
(define-public r-citr
(package
(name "r-citr")
(version "0.3.1")
(version "0.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "citr" version))
(sha256
(base32
"0p2sg0fl7cppxxmr20qyqzs2469kglmgpsvykynw4qx501as57rc"))))
"1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)