gnu: mpg123: Update to 1.26.5.
* gnu/packages/mp3.scm (mpg123): Update to 1.26.5.
This commit is contained in:
parent
8cb7854d27
commit
6cea2873a1
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
;;; Copyright © 2017, 2019, 2020 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2017, 2019, 2020 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
||||||
;;;
|
;;;
|
||||||
|
@ -372,7 +372,7 @@ This package contains the binary.")
|
||||||
(define-public mpg123
|
(define-public mpg123
|
||||||
(package
|
(package
|
||||||
(name "mpg123")
|
(name "mpg123")
|
||||||
(version "1.26.4")
|
(version "1.26.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -382,7 +382,7 @@ This package contains the binary.")
|
||||||
"https://www.mpg123.org/download/mpg123-"
|
"https://www.mpg123.org/download/mpg123-"
|
||||||
version ".tar.bz2")))
|
version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m34hjssgslcsns8lj1n7f32iyiw547qgba9j2r6d9pp1ma92688"))))
|
(base32 "01pgcqjbbi2r7nlg5118bkivl0gkv0hq0cw7v4vpxgimv7h9fajh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
|
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue