diff options
| author | Leo Famulari <leo@famulari.name> | 2017-07-15 15:29:33 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2017-07-15 15:30:01 -0400 |
| commit | e39aae4fa9219f81a4262a165bc412c2ca5277de (patch) | |
| tree | 8b1ac0c4fc22a827b01cf0c29412b08dd03a5f18 | |
| parent | ee38fbcfaa5afc1cf2bb121a04bc9747b2339c37 (diff) | |
gnu: python-mutagen: Update to 1.38.
* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.38.
| -rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 947773289c2..a3f3d4bacb2 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm | |||
| @@ -2101,13 +2101,13 @@ event-based scripts for scrobbling, notifications, etc.") | |||
| 2101 | (define-public python-mutagen | 2101 | (define-public python-mutagen |
| 2102 | (package | 2102 | (package |
| 2103 | (name "python-mutagen") | 2103 | (name "python-mutagen") |
| 2104 | (version "1.36") | 2104 | (version "1.38") |
| 2105 | (source (origin | 2105 | (source (origin |
| 2106 | (method url-fetch) | 2106 | (method url-fetch) |
| 2107 | (uri (pypi-uri "mutagen" version)) | 2107 | (uri (pypi-uri "mutagen" version)) |
| 2108 | (sha256 | 2108 | (sha256 |
| 2109 | (base32 | 2109 | (base32 |
| 2110 | "1kabb9b81hgvpd3wcznww549vss12b1xlvpnxg1r6n4c7gikgvnp")))) | 2110 | "0rl7sxn1rcjl48fwga3dqf9f6pzspsny4ngxyf6pp337mrq0z693")))) |
| 2111 | (build-system python-build-system) | 2111 | (build-system python-build-system) |
| 2112 | (native-inputs | 2112 | (native-inputs |
| 2113 | `(("python-pytest" ,python-pytest))) | 2113 | `(("python-pytest" ,python-pytest))) |
