summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2018-12-14 10:47:23 -0600
committerGitHub <noreply@github.com>2018-12-14 10:47:23 -0600
commit34499c9b826fc458d9cb8a84559b5040330ea22a (patch)
treece94512d3564c4ed530c6d24ef9db2fddb4cb783
parentd7b4160e67c445542728ceb859e6902e71a1028f (diff)
downloadspack-34499c9b826fc458d9cb8a84559b5040330ea22a.tar.gz
spack-34499c9b826fc458d9cb8a84559b5040330ea22a.tar.bz2
spack-34499c9b826fc458d9cb8a84559b5040330ea22a.tar.xz
spack-34499c9b826fc458d9cb8a84559b5040330ea22a.zip
Add latest version of libxslt (#10098)
-rw-r--r--var/spack/repos/builtin/packages/libxslt/package.py16
1 files changed, 8 insertions, 8 deletions
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')