[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: python-mutagen: Update to 1.45.1.
From: |
guix-commits |
Subject: |
07/08: gnu: python-mutagen: Update to 1.45.1. |
Date: |
Mon, 5 Oct 2020 04:43:06 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4913e8ede09bf6f4efc27d3fb6e224cb87bbb9ee
Author: raingloom <raingloom@riseup.net>
AuthorDate: Sat Sep 5 16:55:57 2020 +0200
gnu: python-mutagen: Update to 1.45.1.
* gnu/packages/music.scm (python-mutagen): Update python-mutagen to 1.45.1.
[native-inputs]: Add python-hypothesis and python-flake8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/music.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index d909c0f..068a775 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2959,16 +2959,18 @@ formats, looking up tracks through metadata and audio
fingerprints.")
(define-public python-mutagen
(package
(name "python-mutagen")
- (version "1.38")
+ (version "1.45.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "mutagen" version))
(sha256
(base32
- "0rl7sxn1rcjl48fwga3dqf9f6pzspsny4ngxyf6pp337mrq0z693"))))
+ "1qdk6i8gyhbi1c4j5jmbfpac3q8sff2ysri1pnp7nb9wzcp615v3"))))
(build-system python-build-system)
(native-inputs
- `(("python-pytest" ,python-pytest)))
+ `(("python-pytest" ,python-pytest)
+ ("python-hypothesis" ,python-hypothesis)
+ ("python-flake8" ,python-flake8)))
(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 (5aa7d76 -> 62cf60d), guix-commits, 2020/10/05
- 01/08: environment: Turn "lo" up in network-less containers., guix-commits, 2020/10/05
- 02/08: gnu: seahorse: Update to 3.36., guix-commits, 2020/10/05
- 04/08: gnu: Add gnote., guix-commits, 2020/10/05
- 05/08: gnu: mergerfs: Update to 2.31.0., guix-commits, 2020/10/05
- 07/08: gnu: python-mutagen: Update to 1.45.1.,
guix-commits <=
- 06/08: gnu: mergerfs-tools: Update to 480296e., guix-commits, 2020/10/05
- 08/08: gnu: picard: Update to 2.4.4., guix-commits, 2020/10/05
- 03/08: gnu: Add gnome-commander., guix-commits, 2020/10/05