guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: gnu: brasero: Update to 3.12.2.


From: Tobias Geerinckx-Rice
Subject: 02/11: gnu: brasero: Update to 3.12.2.
Date: Wed, 9 Aug 2017 02:45:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e2bf423ab4b2a8f9c1d7fee1f66d8107e23a210d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 8 23:12:35 2017 +0200

    gnu: brasero: Update to 3.12.2.
    
    * gnu/packages/gnome.scm (brasero): Update to 3.12.2.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5e852d1..9d3f352 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -141,7 +141,7 @@
 (define-public brasero
   (package
     (name "brasero")
-    (version "3.12.1")
+    (version "3.12.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -149,7 +149,7 @@
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "09vi2hyhl0bz7imv3ky6h7x5m3d546n968wcghydwrkvwm9ylpls"))))
+               "0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list
@@ -165,7 +165,7 @@
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "plugins/growisofs/burn-growisofs.c"
                (("\"growisofs") (string-append "\"" (which "growisofs"))))
-             #t )))))
+             #t)))))
     (propagated-inputs
      `(("hicolor-icon-theme" ,hicolor-icon-theme)))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]