gnu: eyed3: Update to 0.9.7.
* gnu/packages/mp3.scm (eyed3): Update to 0.9.7. [propagated-inputs]: Remove python-grako, python-magic, and python-pathlib.
This commit is contained in:
parent
70117d55f5
commit
5bcf10867d
@ -597,22 +597,19 @@ compression format (.mpc files).")
|
|||||||
(define-public eyed3
|
(define-public eyed3
|
||||||
(package
|
(package
|
||||||
(name "eyed3")
|
(name "eyed3")
|
||||||
(version "0.9.6")
|
(version "0.9.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "eyeD3" version))
|
(uri (pypi-uri "eyeD3" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "063mpg5bks9dgggjyag8968z5r7z4x50s0m0rja956dk1zn68l2b"))))
|
(base32 "03ygqns4ibq0nnbvdm1pk97nzyqrl76df2cl9w8lasipjf9qxcck"))))
|
||||||
(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
|
||||||
(list python-deprecation
|
(list python-deprecation
|
||||||
python-filetype
|
python-filetype
|
||||||
python-grako
|
|
||||||
python-magic
|
|
||||||
python-pathlib
|
|
||||||
python-six))
|
python-six))
|
||||||
(synopsis "MP3 tag ID3 metadata editor")
|
(synopsis "MP3 tag ID3 metadata editor")
|
||||||
(description "eyeD3 is a Python tool for working with audio files,
|
(description "eyeD3 is a Python tool for working with audio files,
|
||||||
|
Loading…
Reference in New Issue
Block a user