summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <javiercvilla@gmail.com>2016-11-24 21:19:42 +0100
committerTodd Gamblin <tgamblin@llnl.gov>2016-11-24 12:19:42 -0800
commit9c267e9c73618d81e431a5655fe6e5d144fc492e (patch)
treeb7fa25db658ba0e5fa8a6d6b8cc74aa285ce87b3
parent09a582690313bb5872d7b7a6bc9f170d9a1c448e (diff)
downloadspack-9c267e9c73618d81e431a5655fe6e5d144fc492e.tar.gz
spack-9c267e9c73618d81e431a5655fe6e5d144fc492e.tar.bz2
spack-9c267e9c73618d81e431a5655fe6e5d144fc492e.tar.xz
spack-9c267e9c73618d81e431a5655fe6e5d144fc492e.zip
Updated version - r-lattice (#2410)
-rw-r--r--var/spack/repos/builtin/packages/r-lattice/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-lattice/package.py b/var/spack/repos/builtin/packages/r-lattice/package.py
index ba29feefc4..a798b1ce65 100644
--- a/var/spack/repos/builtin/packages/r-lattice/package.py
+++ b/var/spack/repos/builtin/packages/r-lattice/package.py
@@ -32,10 +32,10 @@ class RLattice(Package):
handle most nonstandard requirements. See ?Lattice for an introduction."""
homepage = "http://lattice.r-forge.r-project.org/"
- url = "https://cran.r-project.org/src/contrib/lattice_0.20-33.tar.gz"
+ url = "https://cran.r-project.org/src/contrib/lattice_0.20-34.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/lattice"
- version('0.20-33', 'd487c94db1bfe00a27270f4c71baf53e')
+ version('0.20-34', 'c2a648b22d4206ae7526fb70b8e90fed')
extends('R')