gnu: libburn: Update to 1.5.2.
* gnu/packages/cdrom.scm (libburn): Update to 1.5.2.
This commit is contained in:
		
							parent
							
								
									dfe11a489b
								
							
						
					
					
						commit
						6b9ec7b0ef
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -790,14 +790,14 @@ laid out on the image.")
 | 
				
			||||||
(define-public libburn
 | 
					(define-public libburn
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libburn")
 | 
					    (name "libburn")
 | 
				
			||||||
    (version "1.5.0")
 | 
					    (version "1.5.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "http://files.libburnia-project.org/releases/"
 | 
					             (uri (string-append "http://files.libburnia-project.org/releases/"
 | 
				
			||||||
                                 "libburn-" version ".tar.gz"))
 | 
					                                 "libburn-" version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1gg2kgnqvaa2fwghai62prxz6slpak1f6bvgjh8m4dn16v114asq"))))
 | 
					               "09sjrvq8xsj1gnl2wwyv4lbmicyzzl6x1ac2rrn53xnp34bxnckv"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue