gnu: r-dosnow: Update to 1.0.18.

* gnu/packages/cran.scm (r-dosnow): Update to 1.0.18.
master
Ricardo Wurmus 2019-08-06 14:43:32 +02:00
parent cc7176cc2c
commit e3abc134e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5319,14 +5319,14 @@ promises, but with a syntax that is idiomatic R.")
(define-public r-dosnow
(package
(name "r-dosnow")
(version "1.0.16")
(version "1.0.18")
(source
(origin
(method url-fetch)
(uri (cran-uri "doSNOW" version))
(sha256
(base32
"13ir4a8252h4yvp5ir9xnwack1kn58i4ny6sf2qdc12zspn3850n"))))
"0rj72z5505cprh6wykhhiz08l9bmd966srqh2qypwivf321bvrvh"))))
(properties `((upstream-name . "doSNOW")))
(build-system r-build-system)
(propagated-inputs