mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-paws-common: Update to 0.3.14.
* gnu/packages/cran.scm (r-paws-common): Update to 0.3.14.
This commit is contained in:
parent
b1010b9525
commit
cd7d961177
1 changed files with 2 additions and 2 deletions
|
@ -31323,14 +31323,14 @@ (define-public r-zoon
|
|||
(define-public r-paws-common
|
||||
(package
|
||||
(name "r-paws-common")
|
||||
(version "0.3.13")
|
||||
(version "0.3.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "paws.common" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15sj7yw4hj76minr00xhgzkg1rwb7gsr2ib9q4d053i5f3jcy54a"))))
|
||||
"013yiki3bjx0np577wy17ikfxdr2hiv6sd10anv281r108kldm1x"))))
|
||||
(properties `((upstream-name . "paws.common")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue