mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: eyed3: Update to 0.8.10.
* gnu/packages/mp3.scm (eyed3): Update to 0.8.10.
This commit is contained in:
parent
facc4cff00
commit
7c64cc7a5a
1 changed files with 9 additions and 9 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 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -471,16 +471,16 @@ (define-public mpc123
|
||||||
(define-public eyed3
|
(define-public eyed3
|
||||||
(package
|
(package
|
||||||
(name "eyed3")
|
(name "eyed3")
|
||||||
(version "0.8.8")
|
(version "0.8.10")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "eyeD3" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "eyeD3" version))
|
||||||
(base32
|
(sha256
|
||||||
"197lszkyzm377ym5r0ssryfsiz20yjx8y4rii3wc81n92d1qzlaq"))))
|
(base32 "1jb22n1jczxgbpcnfiw12r8dcs74556g1d09mzms44f52kgs7lgc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; the required test data contains copyrighted material.
|
`(#:tests? #f)) ; the required test data contains copyrighted material
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-grako" ,python-grako)
|
`(("python-grako" ,python-grako)
|
||||||
("python-magic" ,python-magic)
|
("python-magic" ,python-magic)
|
||||||
|
|
Loading…
Reference in a new issue