[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/21: gnu: eyed3: Update to 0.8.10.
From: |
guix-commits |
Subject: |
13/21: gnu: eyed3: Update to 0.8.10. |
Date: |
Mon, 15 Apr 2019 05:00:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7c64cc7a5ae0431a19419c77856849d66fb20bf1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 15 08:25:15 2019 +0200
gnu: eyed3: Update to 0.8.10.
* gnu/packages/mp3.scm (eyed3): Update to 0.8.10.
---
gnu/packages/mp3.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index d408701..99ca4f9 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;; Copyright © 2017 Thomas Danckaert <address@hidden>
;;; Copyright © 2017 Pierre Langlois <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -471,16 +471,16 @@ compression format (.mpc files).")
(define-public eyed3
(package
(name "eyed3")
- (version "0.8.8")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "eyeD3" version))
- (sha256
- (base32
- "197lszkyzm377ym5r0ssryfsiz20yjx8y4rii3wc81n92d1qzlaq"))))
+ (version "0.8.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "eyeD3" version))
+ (sha256
+ (base32 "1jb22n1jczxgbpcnfiw12r8dcs74556g1d09mzms44f52kgs7lgc"))))
(build-system python-build-system)
(arguments
- `(#:tests? #f)) ; the required test data contains copyrighted material.
+ `(#:tests? #f)) ; the required test data contains copyrighted material
(propagated-inputs
`(("python-grako" ,python-grako)
("python-magic" ,python-magic)
- branch master updated (8f61299 -> 33dbb04), guix-commits, 2019/04/15
- 10/21: gnu: quilt: Don't use NAME in source URI., guix-commits, 2019/04/15
- 05/21: gnu: python-acme, certbot: Update to 0.33.1., guix-commits, 2019/04/15
- 08/21: gnu: highlight: Update to 3.50., guix-commits, 2019/04/15
- 07/21: gnu: darktable: Update to 2.6.2., guix-commits, 2019/04/15
- 13/21: gnu: eyed3: Update to 0.8.10.,
guix-commits <=
- 17/21: gnu: musl: Update to 1.1.22., guix-commits, 2019/04/15
- 04/21: gnu: libwacom: Update to 0.33., guix-commits, 2019/04/15
- 16/21: gnu: socat: Update to 1.7.3.3., guix-commits, 2019/04/15
- 15/21: gnu: toxic: Update to 0.8.3., guix-commits, 2019/04/15
- 21/21: gnu: perl-net-dns: Update to 1.20., guix-commits, 2019/04/15
- 01/21: gnu: connman: Don't use NAME in source URI., guix-commits, 2019/04/15
- 06/21: gnu: yubikey-personalization: Update to 1.19.3., guix-commits, 2019/04/15
- 09/21: gnu: meld: Update to 3.20.1., guix-commits, 2019/04/15
- 12/21: gnu: ncmpc: Update to 0.34., guix-commits, 2019/04/15
- 14/21: gnu: toxic: Don't use unstable tarball., guix-commits, 2019/04/15