mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-poorman: Update to 0.2.6.
* gnu/packages/cran.scm (r-poorman): Update to 0.2.6.
This commit is contained in:
parent
786c64fd82
commit
120dd1c0e2
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue