lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 54c235c1094c189e7f3aad56fcaebabc0b757e18
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:53:41 2021 +0100
gnu: sound-juicer: Update to 3.38.0.
* gnu/packages/gnome.scm (sound-juicer): Update to 3.38.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b5e684c..cfc4b3a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10409,7 +10409,7 @@ and uncluttered interface for the management of
password databases.")
(define-public sound-juicer
(package
(name "sound-juicer")
- (version "3.24.0")
+ (version "3.38.0")
(source
(origin
(method url-fetch)
@@ -10418,7 +10418,7 @@ and uncluttered interface for the management of
password databases.")
name "-" version ".tar.xz"))
(sha256
(base32
- "19qg4xv0f9rkq34lragkmhii1llxsa87llbl28i759b0ks4f6sny"))))
+ "08d5d81rz9sj3m5paw8fwbgxmhlbr7bcjdzpmzj832qvg8smydxf"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)