gnu: perl-xml-libxml-simple: Update to 0.99.
* gnu/packages/xml.scm (perl-xml-libxml-simple): Update to 0.99.
This commit is contained in:
		
							parent
							
								
									914c6f621e
								
							
						
					
					
						commit
						d21fb90a27
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -416,14 +416,14 @@ XML parser and the high performance DOM implementation.")
 | 
				
			||||||
(define-public perl-xml-libxml-simple
 | 
					(define-public perl-xml-libxml-simple
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-xml-libxml-simple")
 | 
					    (name "perl-xml-libxml-simple")
 | 
				
			||||||
    (version "0.97")
 | 
					    (version "0.99")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
 | 
					              (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
 | 
				
			||||||
                                  "XML-LibXML-Simple-" version ".tar.gz"))
 | 
					                                  "XML-LibXML-Simple-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1g8nlk3zdz2cclxf7azvsb3jfxmvy6ml8wmj774k4qjqcsqmzk0w"))))
 | 
					                "0i4ybiqdnvnbfxqslw2y392kvy7i752dl8n99bqiqv5kzk4lbzhl"))))
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("perl-file-slurp-tiny" ,perl-file-slurp-tiny)
 | 
					     `(("perl-file-slurp-tiny" ,perl-file-slurp-tiny)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue