summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-parallelly/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-parallelly/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-parallelly/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-parallelly/package.py b/var/spack/repos/builtin/packages/r-parallelly/package.py
index c9cba212be..68bf7eef7e 100644
--- a/var/spack/repos/builtin/packages/r-parallelly/package.py
+++ b/var/spack/repos/builtin/packages/r-parallelly/package.py
@@ -7,7 +7,7 @@ from spack import *
class RParallelly(RPackage):
- """Enhancing the 'parallel' Package
+ """Enhancing the 'parallel' Package.
Utility functions that enhance the 'parallel' package and support the
built-in parallel backends of the 'future' package. For example,
@@ -20,8 +20,8 @@ class RParallelly(RPackage):
job in setting up remote cluster workers without the need for configuring
the firewall to do port-forwarding to your local computer."""
- homepage = "https://github.com/HenrikBengtsson/parallelly"
cran = "parallelly"
+ version('1.30.0', sha256='aab080cb709bab232b2d808053efb2391eeb30a2de9497cbe474c99df89f9f3b')
version('1.28.1', sha256='f4ae883b18409adb83c561ed69427e740e1b50bf85ef57f48c3f2edf837cc663')
version('1.23.0', sha256='376ce2381587380a4da60f9563710d63084a605f93aa364e9349f2523e83bc08')