diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 04:32:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 13:31:37 +0200 |
commit | 41e24ace7de6910605668cbf641827a4ffcf8aea (patch) | |
tree | 289cd7765f66f88574f60cfb8cdcd1a7caf20de2 /gnu/packages/gnome.scm | |
parent | 308ed1dd4459182b70f191a660f57f74c9beb483 (diff) |
gnu: brasero: Update to 3.12.3.
* gnu/packages/gnome.scm (brasero): Update to 3.12.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2d50ada1e4..a8eb41c464 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -280,7 +280,7 @@ (define-public brasero (package (name "brasero") - (version "3.12.2") + (version "3.12.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/brasero/" @@ -288,7 +288,7 @@ "brasero-" version ".tar.xz")) (sha256 (base32 - "0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8")))) + "05gabybkl7xfinwx97i4scp9hic0dlxj7gh03dyj0hd16fp9wx47")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags (list |