gnu: qtractor: Update to 0.9.14.
* gnu/packages/music.scm (qtractor): Update to 0.9.14. [source]: Fetch over HTTPS.
This commit is contained in:
		
							parent
							
								
									99f80e5ccd
								
							
						
					
					
						commit
						d2bc9f0e7d
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -2499,14 +2499,14 @@ from the command line.")
 | 
				
			||||||
(define-public qtractor
 | 
					(define-public qtractor
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "qtractor")
 | 
					    (name "qtractor")
 | 
				
			||||||
    (version "0.9.12")
 | 
					    (version "0.9.14")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://downloads.sourceforge.net/qtractor/"
 | 
					              (uri (string-append "https://downloads.sourceforge.net/qtractor/"
 | 
				
			||||||
                                  "qtractor-" version ".tar.gz"))
 | 
					                                  "qtractor-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "06493sf4hr178jkvric3rmc2phh1ph2jlyh8kl9z248amq3zfnhy"))))
 | 
					                "1gh268gdpj7nw19xfh7k2l3aban4yrs1lmx33qswrnngs2izj1fk"))))
 | 
				
			||||||
    (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