gnu: qtractor: Update to 0.9.25.
* gnu/packages/music.scm (qtractor): Update to 0.9.25. [build-system]: Replace GNU Autotools with CMake.
This commit is contained in:
		
							parent
							
								
									bba3e67e44
								
							
						
					
					
						commit
						5d2ba70a78
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -3335,15 +3335,15 @@ from the command line.")
 | 
				
			||||||
(define-public qtractor
 | 
					(define-public qtractor
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "qtractor")
 | 
					    (name "qtractor")
 | 
				
			||||||
    (version "0.9.24")
 | 
					    (version "0.9.25")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://downloads.sourceforge.net/qtractor/"
 | 
					              (uri (string-append "https://downloads.sourceforge.net/qtractor/"
 | 
				
			||||||
                                  "qtractor-" version ".tar.gz"))
 | 
					                                  "qtractor-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0bkr3ahpz54ssrvgkg3dw1jxp3hh7ayxr51jy3csm327is9gnd31"))))
 | 
					                "0x99yjabznr2pl867j3h9zdsjzkxzxm2c0xk1xwk50gfp8gwg9bh"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))                    ; no "check" target
 | 
					     `(#:tests? #f))                    ; no "check" target
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue