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:
parent
03c1f71501
commit
8e44a14be6
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue