about summary refs log tree commit diff
path: root/pkgs/development/libraries/libxml2
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-15 16:22:20 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-15 16:22:20 +0000
commitaac8011c8bcbf0bb098d49a7acaefbfdf400ddaa (patch)
tree1c79fb669c39c33ffae2712105341a77fe570147 /pkgs/development/libraries/libxml2
parente42507d1825b1536f6c6bb486ec8c17f80da4d01 (diff)
* GTK 2.6 plus associated libraries.
* Updated libtiff, libpng, libxml2, libxslt, gettext.

svn path=/nixpkgs/trunk/; revision=2238
Diffstat (limited to 'pkgs/development/libraries/libxml2')
-rw-r--r--pkgs/development/libraries/libxml2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix
index d1e90e3507c55..95219d9a6f6cd 100644
--- a/pkgs/development/libraries/libxml2/default.nix
+++ b/pkgs/development/libraries/libxml2/default.nix
@@ -4,12 +4,12 @@ assert zlib != null;
 assert pythonSupport -> python != null;
 
 stdenv.mkDerivation {
-  name = "libxml2-2.6.13";
+  name = "libxml2-2.6.17";
   builder = ./builder.sh;
 
   src = fetchurl {
-    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libxml2-2.6.13.tar.gz;
-    md5 = "23e9a2cfcd700fd4ff70996fd7c632c0";
+    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libxml2-2.6.17.tar.gz;
+    md5 = "a678d37e68d98788ef51b6f913cdc868";
   };
 
   python = if pythonSupport then python else null;