gnu: qtractor: Update to 0.9.22.
* gnu/packages/music.scm (qtractor): Update to 0.9.22.
This commit is contained in:
		
							parent
							
								
									f196d4fe93
								
							
						
					
					
						commit
						47794ed2a7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3093,14 +3093,14 @@ from the command line.")
 | 
				
			||||||
(define-public qtractor
 | 
					(define-public qtractor
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "qtractor")
 | 
					    (name "qtractor")
 | 
				
			||||||
    (version "0.9.21")
 | 
					    (version "0.9.22")
 | 
				
			||||||
    (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
 | 
				
			||||||
                "12hn17hqs3jndv6238wj8yhw07n99s0zachab4kfvhwa0qfflsbl"))))
 | 
					                "0n73xn3205afi9vsy6ianixq36ddp8qv6iaq03ldc6mkkfvn0nc5"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))                    ; no "check" target
 | 
					     `(#:tests? #f))                    ; no "check" target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue