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
 | 
					(define-public zynaddsubfx
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "zynaddsubfx")
 | 
					    (name "zynaddsubfx")
 | 
				
			||||||
    (version "2.5.2")
 | 
					    (version "2.5.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
                    "mirror://sourceforge/zynaddsubfx/zynaddsubfx/"
 | 
					                    "mirror://sourceforge/zynaddsubfx/zynaddsubfx/"
 | 
				
			||||||
                    version "/zynaddsubfx-" version ".tar.gz"))
 | 
					                    version "/zynaddsubfx-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "11yrady7xwfrzszkk2fvq81ymv99mq474h60qnirk27khdygk24m"))))
 | 
					                "04da54p19p7f5wm6vm7abbjbsil1qf7n5f4adj01jm6b0wqigvgb"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue