gnu: python-mutagen: Update to 1.36.
* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.36.
This commit is contained in:
parent
2fbc004f43
commit
653439c6b1
1 changed files with 2 additions and 2 deletions
|
@ -1941,13 +1941,13 @@ (define-public pianobar
|
||||||
(define-public python-mutagen
|
(define-public python-mutagen
|
||||||
(package
|
(package
|
||||||
(name "python-mutagen")
|
(name "python-mutagen")
|
||||||
(version "1.35.1")
|
(version "1.36")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mutagen" version))
|
(uri (pypi-uri "mutagen" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0klk68c1n3285vvm2xzk8ii7mlqp1dxii04askan0gi1wlpagka9"))))
|
"1kabb9b81hgvpd3wcznww549vss12b1xlvpnxg1r6n4c7gikgvnp"))))
|
||||||
(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 a new issue