mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-paws: Update to 0.5.0.
* gnu/packages/cran.scm (r-paws): Update to 0.5.0. Change-Id: I9692850a4464872f61d1eb884f5b1f0bcb5e0876
This commit is contained in:
parent
5dcfb69df2
commit
91e4f49fa8
1 changed files with 2 additions and 2 deletions
|
@ -39908,14 +39908,14 @@ (define-public r-paws-compute
|
|||
(define-public r-paws
|
||||
(package
|
||||
(name "r-paws")
|
||||
(version "0.4.0")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "paws" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l9pjmfnhqgzxghxz22fbqc43x9am6d21f982p2sykxv271yclhf"))))
|
||||
"1dwk1fnsrykvgz4l3hiapcqvvajwr3kmwxl3gza07nh573j8439h"))))
|
||||
(properties `((upstream-name . "paws")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue