From 34499c9b826fc458d9cb8a84559b5040330ea22a Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Fri, 14 Dec 2018 10:47:23 -0600 Subject: Add latest version of libxslt (#10098) --- var/spack/repos/builtin/packages/libxslt/package.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/libxslt/package.py b/var/spack/repos/builtin/packages/libxslt/package.py index cdd361928f..e64ab447cd 100644 --- a/var/spack/repos/builtin/packages/libxslt/package.py +++ b/var/spack/repos/builtin/packages/libxslt/package.py @@ -7,16 +7,16 @@ from spack import * class Libxslt(AutotoolsPackage): - """Libxslt is the XSLT C library developed for the GNOME - project. XSLT itself is a an XML language to define - transformation for XML. Libxslt is based on libxml2 the XML C - library developed for the GNOME project. It also implements - most of the EXSLT set of processor-portable extensions - functions and some of Saxon's evaluate and expressions - extensions.""" + """Libxslt is the XSLT C library developed for the GNOME project. XSLT + itself is a an XML language to define transformation for XML. Libxslt is + based on libxml2 the XML C library developed for the GNOME project. It also + implements most of the EXSLT set of processor-portable extensions functions + and some of Saxon's evaluate and expressions extensions.""" + homepage = "http://www.xmlsoft.org/XSLT/index.html" - url = "http://xmlsoft.org/sources/libxslt-1.1.28.tar.gz" + url = "http://xmlsoft.org/sources/libxslt-1.1.32.tar.gz" + version('1.1.32', sha256='526ecd0abaf4a7789041622c3950c0e7f2c4c8835471515fd77eec684a355460') version('1.1.29', 'a129d3c44c022de3b9dcf6d6f288d72e') version('1.1.28', '9667bf6f9310b957254fdcf6596600b7') version('1.1.26', 'e61d0364a30146aaa3001296f853b2b9') -- cgit v1.2.3-70-g09d2