~ruther/guix-local

d53af4de1f14c46b0ddc9d6f71d44b45aa65e9a0 — Ricardo Wurmus 2 months ago 26feb50
gnu: r-parallelly: Update to 1.46.1.

* gnu/packages/cran.scm (r-parallelly): Update to 1.46.1.
[native-inputs]: Add openssh.

Change-Id: I98ea8b0fde052e2e916d0310f9ad1977a2accea4
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +4 -2
@@ 34514,16 34514,18 @@ them in distributed compute environments.")
(define-public r-parallelly
  (package
    (name "r-parallelly")
    (version "1.45.1")
    (version "1.46.1")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "parallelly" version))
       (sha256
        (base32
         "0pa8pzzqfi5k97z5wc3c0k4jna6w364w0xw0v42rp3zxhw23qpbb"))))
         "0dpvf8gaynckcc88lqn56bzrv4vffn5bip7llji17n3wb2y48lq3"))))
    (properties `((upstream-name . "parallelly")))
    (build-system r-build-system)
    ;; Tests require SSH
    (native-inputs (list openssh))
    (home-page "https://github.com/HenrikBengtsson/parallelly")
    (synopsis "Enhancements of the parallel package")
    (description