1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 08:58:53 +02:00

gnu: python-mutagen: Update to 1.38.

* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.38.
This commit is contained in:
Leo Famulari
2017-07-15 15:29:33 -04:00
parent ee38fbcfaa
commit e39aae4fa9
+2 -2
View File
@@ -2101,13 +2101,13 @@ event-based scripts for scrobbling, notifications, etc.")
(define-public python-mutagen
(package
(name "python-mutagen")
(version "1.36")
(version "1.38")
(source (origin
(method url-fetch)
(uri (pypi-uri "mutagen" version))
(sha256
(base32
"1kabb9b81hgvpd3wcznww549vss12b1xlvpnxg1r6n4c7gikgvnp"))))
"0rl7sxn1rcjl48fwga3dqf9f6pzspsny4ngxyf6pp337mrq0z693"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))