GNU bug report logs -
#42451
[PATCH] gnu: chromaprint: Update to 1.5.0.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 21 Jul 2020 00:43:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#42451: [PATCH] gnu: chromaprint: Update to 1.5.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 42451 <at> debbugs.gnu.org.
--
42451: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42451
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Looks good. Patch pushed!
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
[0001-gnu-chromaprint-Update-to-1.5.0.patch (text/x-patch, inline)]
From dcf711cd31cfff17291127f0e1c38551f3981b6a Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 21 Jul 2020 02:38:36 +0200
Subject: [PATCH] gnu: chromaprint: Update to 1.5.0.
* gnu/packages/mp3.scm (chromaprint): Update to 1.5.0.
---
gnu/packages/mp3.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 2a4ca555dc..6c09c5c813 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2017, 2019 Pierre Langlois <pierre.langlois <at> gmx.com>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2019 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -505,7 +506,7 @@ command-line tool.")
(define-public chromaprint
(package
(name "chromaprint")
- (version "1.4.3")
+ (version "1.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -513,7 +514,7 @@ command-line tool.")
version "/chromaprint-" version ".tar.gz"))
(sha256
(base32
- "10kz8lncal4s2rp2rqpgc6xyjp0jzcrihgkx7chf127vfs5n067a"))))
+ "0sknmyl5254rc55bvkhfwpl4dfvz45xglk1rq8zq5crmwq058fjp"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; tests require googletest *sources*
--
2.27.0
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.