gnu: taglib: Update to 1.12.
* gnu/packages/mp3.scm (taglib): Update to 1.12. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									7e0e98aed6
								
							
						
					
					
						commit
						9ece9f162b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -208,7 +208,7 @@ a highly stable and efficient implementation.")
 | 
				
			||||||
(define-public taglib
 | 
					(define-public taglib
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "taglib")
 | 
					    (name "taglib")
 | 
				
			||||||
    (version "1.12-beta-1")
 | 
					    (version "1.12")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -217,7 +217,7 @@ a highly stable and efficient implementation.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1mp6w2ikniw8w6d5wr0h20j0ijg8jw7s9dli5a8k9znpznvxpym4"))))
 | 
					                "0q7dkn5rh9v6b0scmcp2qmjv3iransafmpn6jvgid0yq75m2nqd2"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
      '(#:tests? #f ; Tests are not ran with BUILD_SHARED_LIBS on.
 | 
					      '(#:tests? #f ; Tests are not ran with BUILD_SHARED_LIBS on.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue