gnu: zynaddsubfx: Update to 2.5.3.
* gnu/packages/music.scm (zynaddsubfx): Update to 2.5.3.
This commit is contained in:
		
							parent
							
								
									a2a06c51ab
								
							
						
					
					
						commit
						138e76972a
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -916,15 +916,15 @@ instrument or MIDI file player.")
 | 
			
		|||
(define-public zynaddsubfx
 | 
			
		||||
  (package
 | 
			
		||||
    (name "zynaddsubfx")
 | 
			
		||||
    (version "2.5.2")
 | 
			
		||||
    (version "2.5.3")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
                    "mirror://sourceforge/zynaddsubfx/zynaddsubfx/"
 | 
			
		||||
                    version "/zynaddsubfx-" version ".tar.gz"))
 | 
			
		||||
                    version "/zynaddsubfx-" version ".tar.bz2"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "11yrady7xwfrzszkk2fvq81ymv99mq474h60qnirk27khdygk24m"))))
 | 
			
		||||
                "04da54p19p7f5wm6vm7abbjbsil1qf7n5f4adj01jm6b0wqigvgb"))))
 | 
			
		||||
    (build-system cmake-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue