gnu: r-poorman: Update to 0.2.7.

* gnu/packages/cran.scm (r-poorman): Update to 0.2.7.

Change-Id: I9c23bd2bbba0eb6f6b2b6b6ac1cc11524b5c6980
This commit is contained in:
Ricardo Wurmus 2023-10-31 17:15:08 +01:00
parent 03c1f71501
commit 8e44a14be6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2979,13 +2979,13 @@ (define-public r-polylabelr
(define-public r-poorman
(package
(name "r-poorman")
(version "0.2.6")
(version "0.2.7")
(source (origin
(method url-fetch)
(uri (cran-uri "poorman" version))
(sha256
(base32
"0x1pk00ca7wjxnqfh1jphgsxcrq37s0c1nawv52yh5qgc4z0m3ij"))))
"1amlcbgfnm6yh7lmlzhs7aalv4mdm2ir3s2kpx33ppnz7hlii508"))))
(properties `((upstream-name . "poorman")))
(build-system r-build-system)
(native-inputs (list r-knitr))