gnu: synthv1: Update to 0.9.15.
* gnu/packages/music.scm (synthv1): Update to 0.9.15.
This commit is contained in:
		
							parent
							
								
									caeb243712
								
							
						
					
					
						commit
						958258dc20
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1437,7 +1437,7 @@ users to select LV2 plugins and run them with jalv.")
 | 
				
			||||||
(define-public synthv1
 | 
					(define-public synthv1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "synthv1")
 | 
					    (name "synthv1")
 | 
				
			||||||
    (version "0.9.14")
 | 
					    (version "0.9.15")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri
 | 
					              (uri
 | 
				
			||||||
| 
						 | 
					@ -1445,7 +1445,7 @@ users to select LV2 plugins and run them with jalv.")
 | 
				
			||||||
                              "/synthv1-" version ".tar.gz"))
 | 
					                              "/synthv1-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "08n83krkak20924flb9azhm9hn40lyfvn29m63zs3lw3wajf0b40"))))
 | 
					                "047y2l7ipzv00ly54f074v6p043xjml7vz0svc7z81bhx74vs0ix"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))                    ; there are no tests
 | 
					     `(#:tests? #f))                    ; there are no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue