[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: eyed3: Update to 0.8.11.
From: |
guix-commits |
Subject: |
03/10: gnu: eyed3: Update to 0.8.11. |
Date: |
Sun, 10 Nov 2019 22:51:30 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 1cb82fa4120d9e924305aced876f794ad3132fd9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Nov 10 22:43:00 2019 +0100
gnu: eyed3: Update to 0.8.11.
* gnu/packages/mp3.scm (eyed3): Update to 0.8.11.
---
gnu/packages/mp3.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index b8e54d4..45bb6d7 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -473,13 +473,13 @@ compression format (.mpc files).")
(define-public eyed3
(package
(name "eyed3")
- (version "0.8.10")
+ (version "0.8.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "eyeD3" version))
(sha256
- (base32 "1jb22n1jczxgbpcnfiw12r8dcs74556g1d09mzms44f52kgs7lgc"))))
+ (base32 "1347mhjysbdpmmvdqm6lhskdw0qj9vjdn4n172ffnz958adrnk0f"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; the required test data contains copyrighted material
- branch master updated (9e4e66c -> 45256ae), guix-commits, 2019/11/10
- 08/10: gnu: r-quantreg: Update to 5.52., guix-commits, 2019/11/10
- 03/10: gnu: eyed3: Update to 0.8.11.,
guix-commits <=
- 07/10: gnu: r-mgcv: Update to 1.8-31., guix-commits, 2019/11/10
- 05/10: gnu: perl-compress-raw-zlib: Update to 2.090., guix-commits, 2019/11/10
- 04/10: gnu: perl-compress-raw-bzip2: Update to 2.090., guix-commits, 2019/11/10
- 09/10: gnu: perl-cpanel-json-xs: Update to 4.17., guix-commits, 2019/11/10
- 10/10: gnu: python-scipy: Update to 1.3.2., guix-commits, 2019/11/10
- 06/10: gnu: perl-io-compress: Update to 2.090., guix-commits, 2019/11/10
- 02/10: gnu: r-kernlab: Update to 0.9-28., guix-commits, 2019/11/10
- 01/10: gnu: r-rvest: Update to 0.3.5., guix-commits, 2019/11/10