* [bug#42451] [PATCH] gnu: chromaprint: Update to 1.5.0.
@ 2020-07-21 0:42 Michael Rohleder
2020-07-21 7:10 ` bug#42451: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-07-21 0:42 UTC (permalink / raw)
To: 42451
[-- Attachment #1.1: [PATCH] gnu: chromaprint: Update to 1.5.0. --]
[-- Type: text/x-patch, Size: 1474 bytes --]
From dcf711cd31cfff17291127f0e1c38551f3981b6a Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@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@gmx.com>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2020 Michael Rohleder <mike@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#42451: [PATCH] gnu: chromaprint: Update to 1.5.0.
2020-07-21 0:42 [bug#42451] [PATCH] gnu: chromaprint: Update to 1.5.0 Michael Rohleder
@ 2020-07-21 7:10 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-07-21 7:10 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 42451-done
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
Looks good. Patch pushed!
--
Efraim Flashner <efraim@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-21 7:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-21 0:42 [bug#42451] [PATCH] gnu: chromaprint: Update to 1.5.0 Michael Rohleder
2020-07-21 7:10 ` bug#42451: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.