gnu: taglib: Update to 1.10.
* gnu/packages/mp3.scm (taglib): Update to 1.10.
This commit is contained in:
		
							parent
							
								
									e990c81d38
								
							
						
					
					
						commit
						b172196976
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -145,14 +145,14 @@ a highly stable and efficient implementation.")
 | 
				
			||||||
(define-public taglib
 | 
					(define-public taglib
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "taglib")
 | 
					    (name "taglib")
 | 
				
			||||||
    (version "1.9.1")
 | 
					    (version "1.10")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://taglib.github.io/releases/taglib-"
 | 
					              (uri (string-append "http://taglib.github.io/releases/taglib-"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "06n7gnbcqa3r6c9gv00y0y1r48dyyazm6yj403i7ma0r2k6p3lvj"))))
 | 
					                "1alv6vp72p0x9i9yscmz2a71anjwqy53y9pbcbqxvc1c0i82vhr4"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments '(#:tests? #f))                    ;no 'test' target
 | 
					    (arguments '(#:tests? #f))                    ;no 'test' target
 | 
				
			||||||
    (inputs `(("zlib" ,zlib)))
 | 
					    (inputs `(("zlib" ,zlib)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue