mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-dosnow: Update to 1.0.18.
* gnu/packages/cran.scm (r-dosnow): Update to 1.0.18.
This commit is contained in:
parent
cc7176cc2c
commit
e3abc134e8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue