me
/
guix
Archived
1
0
Fork 0

gnu: audacious: Update to 4.3.1.

* gnu/packages/music.scm (audacious): Update to 4.3.1.
master
Tobias Geerinckx-Rice 2023-07-02 02:00:04 +02:00
parent b998ec80f6
commit da6ab2ee7a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -207,14 +207,14 @@
(define-public audacious (define-public audacious
(package (package
(name "audacious") (name "audacious")
(version "4.3") (version "4.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://distfiles.audacious-media-player.org/" (uri (string-append "https://distfiles.audacious-media-player.org/"
"audacious-" version ".tar.bz2")) "audacious-" version ".tar.bz2"))
(sha256 (sha256
(base32 "14chrsh1dacw5r2qpzw0rhg2lchpbya90y96r6w0vry78p44sn17")))) (base32 "0hi0njnw3q7kngmjk837ynagighrbz8a4wpf8bim2nsh85lf5sc5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
@ -258,7 +258,7 @@
(uri (string-append "https://distfiles.audacious-media-player.org/" (uri (string-append "https://distfiles.audacious-media-player.org/"
"audacious-plugins-" version ".tar.bz2")) "audacious-plugins-" version ".tar.bz2"))
(sha256 (sha256
(base32 "1ilzz2fv0mirlfhzhrcbccv996slj65z1ifibzrx0w5xqk4gcbk6")))) (base32 "19n8zpayakszm00bakfzagbbqci95dxv4h7j9ml2sfjqmzijdsid"))))
("gettext" ,gettext-minimal) ("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ; for gdbus-codegen ("glib:bin" ,glib "bin") ; for gdbus-codegen
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))