[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: python-mutagen: Update to 1.35.1.
From: |
Leo Famulari |
Subject: |
01/08: gnu: python-mutagen: Update to 1.35.1. |
Date: |
Sun, 27 Nov 2016 19:50:11 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 4228a79e6fef44542e6bfbcd65e12ab2f6d9442d
Author: Leo Famulari <address@hidden>
Date: Sun Nov 27 00:14:11 2016 -0500
gnu: python-mutagen: Update to 1.35.1.
* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to
1.35.1.
[native-inputs]: Add python-pytest.
---
gnu/packages/music.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1887919..d6dcf1c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1796,14 +1796,16 @@ event-based scripts for scrobbling, notifications,
etc.")
(define-public python-mutagen
(package
(name "python-mutagen")
- (version "1.31")
+ (version "1.35.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "mutagen" version))
(sha256
(base32
- "16fnnhspniac2i7qswxafawsh2x2a803hmc6bn9k1zl5fxq1380a"))))
+ "0klk68c1n3285vvm2xzk8ii7mlqp1dxii04askan0gi1wlpagka9"))))
(build-system python-build-system)
+ (native-inputs
+ `(("python-pytest" ,python-pytest)))
(home-page "https://bitbucket.org/lazka/mutagen")
(synopsis "Read and write audio tags")
(description "Mutagen is a Python module to handle audio metadata. It
- branch master updated (1bf5a7e -> f27ec24), Leo Famulari, 2016/11/27
- 03/08: gnu: python-musicbrainzngs: Update to 0.6., Leo Famulari, 2016/11/27
- 01/08: gnu: python-mutagen: Update to 1.35.1.,
Leo Famulari <=
- 07/08: gnu: Add python-discogs-client., Leo Famulari, 2016/11/27
- 05/08: gnu: python-jellyfish: Update to 0.5.6., Leo Famulari, 2016/11/27
- 08/08: gnu: beets: Update to 1.4.1., Leo Famulari, 2016/11/27
- 04/08: gnu: python-pylast: Update 1.6.0., Leo Famulari, 2016/11/27
- 06/08: gnu: python-rarfile: Update to 2.8., Leo Famulari, 2016/11/27
- 02/08: gnu: python-munkres: Update to 1.0.8., Leo Famulari, 2016/11/27