gnu: brasero: Update to 3.12.2.
* gnu/packages/gnome.scm (brasero): Update to 3.12.2.
This commit is contained in:
		
							parent
							
								
									f032d0be9c
								
							
						
					
					
						commit
						e2bf423ab4
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -141,7 +141,7 @@
 | 
				
			||||||
(define-public brasero
 | 
					(define-public brasero
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "brasero")
 | 
					    (name "brasero")
 | 
				
			||||||
    (version "3.12.1")
 | 
					    (version "3.12.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://gnome/sources/" name "/"
 | 
					             (uri (string-append "mirror://gnome/sources/" name "/"
 | 
				
			||||||
| 
						 | 
					@ -149,7 +149,7 @@
 | 
				
			||||||
                                 name "-" version ".tar.xz"))
 | 
					                                 name "-" version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "09vi2hyhl0bz7imv3ky6h7x5m3d546n968wcghydwrkvwm9ylpls"))))
 | 
					               "0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"))))
 | 
				
			||||||
    (build-system glib-or-gtk-build-system)
 | 
					    (build-system glib-or-gtk-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags (list
 | 
					     `(#:configure-flags (list
 | 
				
			||||||
| 
						 | 
					@ -165,7 +165,7 @@
 | 
				
			||||||
           (lambda* (#:key inputs #:allow-other-keys)
 | 
					           (lambda* (#:key inputs #:allow-other-keys)
 | 
				
			||||||
             (substitute* "plugins/growisofs/burn-growisofs.c"
 | 
					             (substitute* "plugins/growisofs/burn-growisofs.c"
 | 
				
			||||||
               (("\"growisofs") (string-append "\"" (which "growisofs"))))
 | 
					               (("\"growisofs") (string-append "\"" (which "growisofs"))))
 | 
				
			||||||
             #t )))))
 | 
					             #t)))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("hicolor-icon-theme" ,hicolor-icon-theme)))
 | 
					     `(("hicolor-icon-theme" ,hicolor-icon-theme)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue