mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-paws-common: Update to 0.3.16.
* gnu/packages/cran.scm (r-paws-common): Update to 0.3.16.
This commit is contained in:
parent
bb7d87784d
commit
b7ea496740
1 changed files with 2 additions and 2 deletions
|
@ -31623,14 +31623,14 @@ (define-public r-zoon
|
||||||
(define-public r-paws-common
|
(define-public r-paws-common
|
||||||
(package
|
(package
|
||||||
(name "r-paws-common")
|
(name "r-paws-common")
|
||||||
(version "0.3.15")
|
(version "0.3.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "paws.common" version))
|
(uri (cran-uri "paws.common" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kj5b4253j4rljkj0ibh21kh9r1yq9idz9vf1f4ag775ivsc2dk5"))))
|
"0mdbnbjprghiwz4i9abh62l5q6mncz3iq76wxvj7ncinf89kd83w"))))
|
||||||
(properties `((upstream-name . "paws.common")))
|
(properties `((upstream-name . "paws.common")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue