mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: r-proc: Update to 1.13.0.
* gnu/packages/cran.scm (r-proc): Update to 1.13.0.
This commit is contained in:
parent
71d995392b
commit
464676a970
1 changed files with 2 additions and 2 deletions
|
@ -5222,14 +5222,14 @@ (define-public r-blockfest
|
||||||
(define-public r-proc
|
(define-public r-proc
|
||||||
(package
|
(package
|
||||||
(name "r-proc")
|
(name "r-proc")
|
||||||
(version "1.12.1")
|
(version "1.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pROC" version))
|
(uri (cran-uri "pROC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05ad69a6fxy9k903cw3h4q59ch2jv6qfg9yjdbw3cgiiazcafrlj"))))
|
"0ain17clympkx09ym7gydylcd93096dxzqx1qzci310yq2l7fknm"))))
|
||||||
(properties `((upstream-name . "pROC")))
|
(properties `((upstream-name . "pROC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue