mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: python-mutagen: Update to 1.45.1.
* gnu/packages/music.scm (python-mutagen): Update python-mutagen to 1.45.1. [native-inputs]: Add python-hypothesis and python-flake8. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
bd994bbb20
commit
4913e8ede0
1 changed files with 5 additions and 3 deletions
|
@ -2959,16 +2959,18 @@ (define-public picard
|
||||||
(define-public python-mutagen
|
(define-public python-mutagen
|
||||||
(package
|
(package
|
||||||
(name "python-mutagen")
|
(name "python-mutagen")
|
||||||
(version "1.38")
|
(version "1.45.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mutagen" version))
|
(uri (pypi-uri "mutagen" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rl7sxn1rcjl48fwga3dqf9f6pzspsny4ngxyf6pp337mrq0z693"))))
|
"1qdk6i8gyhbi1c4j5jmbfpac3q8sff2ysri1pnp7nb9wzcp615v3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)
|
||||||
|
("python-hypothesis" ,python-hypothesis)
|
||||||
|
("python-flake8" ,python-flake8)))
|
||||||
(home-page "https://bitbucket.org/lazka/mutagen")
|
(home-page "https://bitbucket.org/lazka/mutagen")
|
||||||
(synopsis "Read and write audio tags")
|
(synopsis "Read and write audio tags")
|
||||||
(description "Mutagen is a Python module to handle audio metadata. It
|
(description "Mutagen is a Python module to handle audio metadata. It
|
||||||
|
|
Loading…
Reference in a new issue