* [bug#62976] [PATCH] gnu: audacious: Update to 4.3.
@ 2023-04-20 19:11 Yovan Naumovski via Guix-patches via
2023-04-24 23:24 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Yovan Naumovski via Guix-patches via @ 2023-04-20 19:11 UTC (permalink / raw)
To: 62976; +Cc: Yovan Naumovski
* gnu/packages/music.scm (audacious): Update to 4.3.
---
gnu/packages/music.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0a66ece40a..311d3d4a6e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -53,6 +53,7 @@
;;; Copyright © 2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; Copyright © 2023 Antero Mejr <antero@mailbox.org>
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -204,14 +205,14 @@ (define-module (gnu packages music)
(define-public audacious
(package
(name "audacious")
- (version "4.2")
+ (version "4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://distfiles.audacious-media-player.org/"
"audacious-" version ".tar.bz2"))
(sha256
- (base32 "1cq4brifp992dhg0sbf180jjdv137g5wk8ac7hmzx0d4f3j09czy"))))
+ (base32 "14chrsh1dacw5r2qpzw0rhg2lchpbya90y96r6w0vry78p44sn17"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -255,7 +256,7 @@ (define-public audacious
(uri (string-append "https://distfiles.audacious-media-player.org/"
"audacious-plugins-" version ".tar.bz2"))
(sha256
- (base32 "0zs1k91z272ql49qr7kxlxb0lajamc9ra41pgj3ynh8h7afgd83g"))))
+ (base32 "1ilzz2fv0mirlfhzhrcbccv996slj65z1ifibzrx0w5xqk4gcbk6"))))
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ; for gdbus-codegen
("pkg-config" ,pkg-config)))
@@ -289,6 +290,7 @@ (define-public audacious
mesa
mpg123
neon
+ opusfile
pulseaudio
sdl2
soxr
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#62976] [PATCH] gnu: audacious: Update to 4.3.
2023-04-20 19:11 [bug#62976] [PATCH] gnu: audacious: Update to 4.3 Yovan Naumovski via Guix-patches via
@ 2023-04-24 23:24 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-24 23:24 UTC (permalink / raw)
To: 62976; +Cc: Yovan Naumovski, 62976-done
Hello,
Yovan Naumovski via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/music.scm (audacious): Update to 4.3.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-25 2:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-20 19:11 [bug#62976] [PATCH] gnu: audacious: Update to 4.3 Yovan Naumovski via Guix-patches via
2023-04-24 23:24 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.