guix-commits
[Top][All Lists]
Advanced

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

06/20: gnu: chromaprint: Update to 1.5.1.


From: guix-commits
Subject: 06/20: gnu: chromaprint: Update to 1.5.1.
Date: Wed, 19 Jan 2022 13:14:09 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 06bf24dcb9843c1885f892624b8a19046b9d2ca2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:01 2022 +0100

    gnu: chromaprint: Update to 1.5.1.
    
    * gnu/packages/mp3.scm (chromaprint): Update to 1.5.1.
---
 gnu/packages/mp3.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index ef5db3ebd2..b95de712b0 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -585,15 +585,14 @@ command-line tool.")
 (define-public chromaprint
   (package
     (name "chromaprint")
-    (version "1.5.0")
+    (version "1.5.1")
     (source (origin
       (method url-fetch)
       (uri (string-append
             "https://github.com/acoustid/chromaprint/releases/download/v";
             version "/chromaprint-" version ".tar.gz"))
       (sha256
-       (base32
-        "0sknmyl5254rc55bvkhfwpl4dfvz45xglk1rq8zq5crmwq058fjp"))))
+       (base32 "072y6c7ijkm6r674f6z089rbdazrmxzpdcsm6y6vf64b7gxdiam1"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; tests require googletest *sources*



reply via email to

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