gnu: python-mutagen: Update to 1.38.
* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.38.
This commit is contained in:
parent
ee38fbcfaa
commit
e39aae4fa9
|
@ -2101,13 +2101,13 @@ event-based scripts for scrobbling, notifications, etc.")
|
||||||
(define-public python-mutagen
|
(define-public python-mutagen
|
||||||
(package
|
(package
|
||||||
(name "python-mutagen")
|
(name "python-mutagen")
|
||||||
(version "1.36")
|
(version "1.38")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mutagen" version))
|
(uri (pypi-uri "mutagen" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kabb9b81hgvpd3wcznww549vss12b1xlvpnxg1r6n4c7gikgvnp"))))
|
"0rl7sxn1rcjl48fwga3dqf9f6pzspsny4ngxyf6pp337mrq0z693"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
|
Loading…
Reference in New Issue