gnu: libxslt: Update to 1.1.33.
* gnu/packages/xml.scm (libxslt): Update to 1.1.33.
This commit is contained in:
		
							parent
							
								
									723c356d80
								
							
						
					
					
						commit
						df2bf40eec
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -205,14 +205,14 @@ project (but it is usable outside of the Gnome platform).")
 | 
				
			||||||
(define-public libxslt
 | 
					(define-public libxslt
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libxslt")
 | 
					    (name "libxslt")
 | 
				
			||||||
    (version "1.1.32")
 | 
					    (version "1.1.33")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "ftp://xmlsoft.org/libxslt/libxslt-"
 | 
					             (uri (string-append "ftp://xmlsoft.org/libxslt/libxslt-"
 | 
				
			||||||
                                 version ".tar.gz"))
 | 
					                                 version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0q2l6m56iv3ysxgm2walhg4c9wp7q183jb328687i9zlp85csvjj"))
 | 
					               "1j1q1swnsy8jgi9x7mclvkrqhfgn09886gdlr9wzk7a08i8n0dlf"))
 | 
				
			||||||
             (patches (search-patches "libxslt-generated-ids.patch"))))
 | 
					             (patches (search-patches "libxslt-generated-ids.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (home-page "http://xmlsoft.org/XSLT/index.html")
 | 
					    (home-page "http://xmlsoft.org/XSLT/index.html")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue