From 9c267e9c73618d81e431a5655fe6e5d144fc492e Mon Sep 17 00:00:00 2001
From: Javier <javiercvilla@gmail.com>
Date: Thu, 24 Nov 2016 21:19:42 +0100
Subject: [PATCH] Updated version - r-lattice (#2410)

---
 var/spack/repos/builtin/packages/r-lattice/package.py | 4 ++--
 1 file 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')
 
-- 
GitLab