gnu: chromaprint: Update to 1.4.2.
* gnu/packages/mp3.scm (chromaprint): Update to 1.4.2.
This commit is contained in:
		
							parent
							
								
									ad9b8987f3
								
							
						
					
					
						commit
						3694a9b33b
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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*
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue