gnu: r-domc: Update to 1.3.5.

* gnu/packages/statistics.scm (r-domc): Update to 1.3.5
master
Tobias Geerinckx-Rice 2017-12-13 15:47:01 +01:00
parent a2460e0f6b
commit 5ac4bd9c0a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2016, 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; 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