gnu: lv2: Update to 1.14.0.
* gnu/packages/audio.scm (lv2): Update to 1.14.0.
This commit is contained in:
		
							parent
							
								
									1bbe79594e
								
							
						
					
					
						commit
						eb21d24806
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -1551,15 +1551,14 @@ significantly faster and have minimal dependencies.")
 | 
				
			||||||
(define-public lv2
 | 
					(define-public lv2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "lv2")
 | 
					    (name "lv2")
 | 
				
			||||||
    (version "1.12.0")
 | 
					    (version "1.14.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "http://lv2plug.in/spec/lv2-"
 | 
					             (uri (string-append "http://lv2plug.in/spec/lv2-"
 | 
				
			||||||
                                 version
 | 
					                                 version ".tar.bz2"))
 | 
				
			||||||
                                 ".tar.bz2"))
 | 
					 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1saq0vwqy5zjdkgc5ahs8kcabxfmff2mmg68fiqrkv8hiw9m6jks"))))
 | 
					               "0chxwys3vnn3nxc9x2vchm74s9sx0vfra6y893byy12ci61jc1dq"))))
 | 
				
			||||||
    (build-system waf-build-system)
 | 
					    (build-system waf-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f  ; no check target
 | 
					     `(#:tests? #f  ; no check target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue