gnu: xmlsec: Update to 1.2.26.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.26.
This commit is contained in:
		
							parent
							
								
									6d727bf4c7
								
							
						
					
					
						commit
						33031faa4e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -926,14 +926,14 @@ XSL-T processor.  It also performs any necessary post-processing.")
 | 
				
			||||||
(define-public xmlsec
 | 
					(define-public xmlsec
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "xmlsec")
 | 
					    (name "xmlsec")
 | 
				
			||||||
    (version "1.2.25")
 | 
					    (version "1.2.26")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "https://www.aleksey.com/xmlsec/download/"
 | 
					             (uri (string-append "https://www.aleksey.com/xmlsec/download/"
 | 
				
			||||||
                                 name "1-" version ".tar.gz"))
 | 
					                                 name "1-" version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1lpwj8dxwhha54sby0v5axjk79h56jnhjjiwiasbbk15vwzahz4n"))))
 | 
					               "0l1dk344rn3j2vnj13daz72xd8j1msvzhg82n2il5ji0qz4pd0ld"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (propagated-inputs ; according to xmlsec1.pc
 | 
					    (propagated-inputs ; according to xmlsec1.pc
 | 
				
			||||||
     `(("libxml2" ,libxml2)
 | 
					     `(("libxml2" ,libxml2)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue