guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: chromaprint: Update to 1.4.2.


From: Leo Famulari
Subject: 01/01: gnu: chromaprint: Update to 1.4.2.
Date: Thu, 9 Nov 2017 13:23:50 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 3694a9b33be5c977567ede2d8e23a8159bdb344c
Author: Leo Famulari <address@hidden>
Date:   Thu Nov 9 13:23:22 2017 -0500

    gnu: chromaprint: Update to 1.4.2.
    
    * gnu/packages/mp3.scm (chromaprint): Update to 1.4.2.
---
 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 a75b1f3..1860997 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -497,14 +497,15 @@ command-line tool.")
 (define-public chromaprint
   (package
     (name "chromaprint")
-    (version "1.3.2")
+    (version "1.4.2")
     (source (origin
       (method url-fetch)
       (uri (string-append
             "https://bitbucket.org/acoustid/chromaprint/downloads/";
             "chromaprint-" version ".tar.gz"))
       (sha256
-       (base32 "0lln8dh33gslb9cbmd1hcv33pr6jxdwipd8m8gbsyhksiq6r1by3"))))
+       (base32
+        "1m5l4rfkwz6m77m3qjs41n7rmscw0hfvv4z79srpbpa1x2khk5lq"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; tests require googletest *sources*



reply via email to

[Prev in Thread] Current Thread [Next in Thread]