gnu: r-poorman: Update to 0.2.6.

* gnu/packages/cran.scm (r-poorman): Update to 0.2.6.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:52:45 +02:00
parent 786c64fd82
commit 120dd1c0e2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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