rekado pushed a commit to branch master
in repository guix.
commit 464676a970e4cc0a7e1b3019ecf0c6ed05324ed8
Author: Ricardo Wurmus <[email protected]>
Date: Tue Oct 30 07:53:59 2018 +0100
gnu: r-proc: Update to 1.13.0.
* gnu/packages/cran.scm (r-proc): Update to 1.13.0.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d341ad1..300d67c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5222,14 +5222,14 @@ containing one or more SNPs that evolved under
directional selection.")
(define-public r-proc
(package
(name "r-proc")
- (version "1.12.1")
+ (version "1.13.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "pROC" version))
(sha256
(base32
- "05ad69a6fxy9k903cw3h4q59ch2jv6qfg9yjdbw3cgiiazcafrlj"))))
+ "0ain17clympkx09ym7gydylcd93096dxzqx1qzci310yq2l7fknm"))))
(properties `((upstream-name . "pROC")))
(build-system r-build-system)
(propagated-inputs