nckx pushed a commit to branch master
in repository guix.
commit 5ac4bd9c0a30565b281bb4a43b53eb015e8b6a73
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Wed Dec 13 15:47:01 2017 +0100
gnu: r-domc: Update to 1.3.5.
* gnu/packages/statistics.scm (r-domc): Update to 1.3.5
---
gnu/packages/statistics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 5e356a3..cb79004 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2016 Ben Woodcroft <[email protected]>
;;; Copyright © 2016, 2017 Raoul Bonnal <[email protected]>
;;; Copyright © 2017 Kyle Meyer <[email protected]>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2993,14 +2994,14 @@ using the parallel package.")
(define-public r-domc
(package
(name "r-domc")
- (version "1.3.4")
+ (version "1.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "doMC" version))
(sha256
(base32
- "0y47jl6g4f83r14pj8bafdzq1phj7bxy5dwyz3k43d2rr8phk8bn"))))
+ "1vfrykvfvsyq12mypd266867ml1dcwc3rj5k9c3wrn5bddcm88kr"))))
(properties `((upstream-name . "doMC")))
(build-system r-build-system)
(propagated-inputs