gnu: libebml: Update to 1.3.9.
* gnu/packages/xml.scm (libebml): Update to 1.3.9.
This commit is contained in:
		
							parent
							
								
									ad8e5a5332
								
							
						
					
					
						commit
						bc48088b14
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -85,14 +85,14 @@ things the parser might find in the XML document (like start tags).")
 | 
				
			||||||
(define-public libebml
 | 
					(define-public libebml
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libebml")
 | 
					    (name "libebml")
 | 
				
			||||||
    (version "1.3.7")
 | 
					    (version "1.3.9")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://dl.matroska.org/downloads/libebml/"
 | 
					       (uri (string-append "https://dl.matroska.org/downloads/libebml/"
 | 
				
			||||||
                           "libebml-" version ".tar.xz"))
 | 
					                           "libebml-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1x79b35dj5d2x7xf7ql83w2cr0v5n2vsd08q6y6grmw4yn3lq973"))))
 | 
					        (base32 "0j65r6i7s2k67c8f9wa653mqpxmfhdl67kjxrc1n5910ig6wddn6"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue