summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-filehash/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-filehash/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-filehash/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-filehash/package.py b/var/spack/repos/builtin/packages/r-filehash/package.py
index 49342eaa81..b9ec258173 100644
--- a/var/spack/repos/builtin/packages/r-filehash/package.py
+++ b/var/spack/repos/builtin/packages/r-filehash/package.py
@@ -7,7 +7,9 @@ from spack import *
class RFilehash(RPackage):
- """Implements a simple key-value style database where character string keys
+ """Simple Key-Value Database.
+
+ Implements a simple key-value style database where character string keys
are associated with data values that are stored on the disk. A simple
interface is provided for inserting, retrieving, and deleting data from the
database. Utilities are provided that allow 'filehash' databases to be
@@ -17,9 +19,7 @@ class RFilehash(RPackage):
are currently available and new formats can easily be incorporated by third
parties for use in the 'filehash' framework."""
- homepage = "https://cloud.r-project.org/package=filehash"
- url = "https://cloud.r-project.org/src/contrib/filehash_2.3.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/filehash"
+ cran = "filehash"
version('2.4-2', sha256='b6d056f75d45e315943a4618f5f62802612cd8931ba3f9f474b595140a3cfb93')
version('2.4-1', sha256='d0e087d338d89372c251c18fc93b53fb24b1750ea154833216ff16aff3b1eaf4')