gnu: qtractor: Update to 0.9.5.
* gnu/packages/music.scm (qtractor): Update to 0.9.5.
This commit is contained in:
		
							parent
							
								
									7953675fc0
								
							
						
					
					
						commit
						4fa37ce28c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -13,7 +13,7 @@ | |||
| ;;; Copyright © 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr> | ||||
| ;;; Copyright © 2017, 2018 Pierre Langlois <pierre.langlois@gmx.com> | ||||
| ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> | ||||
| ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> | ||||
| ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | ||||
| ;;; Copyright © 2018 nee <nee.git@hidamari.blue> | ||||
| ;;; Copyright © 2018 Stefan Reichör <stefan@xsteve.at> | ||||
| ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> | ||||
|  | @ -2249,14 +2249,14 @@ from the command line.") | |||
| (define-public qtractor | ||||
|   (package | ||||
|     (name "qtractor") | ||||
|     (version "0.9.3") | ||||
|     (version "0.9.5") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "http://downloads.sourceforge.net/qtractor/" | ||||
|                                   "qtractor-" version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1010gvkzdzdk39g1g6wx2j19ls0kdl6l9q51xzk2qik7h2fwxl71")))) | ||||
|                 "1zsikhqj5xzhw2x3b6pqlmcwz3hxx07lbbif8v3m3j41snzjic22")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:tests? #f))                    ; no "check" target | ||||
|  |  | |||
		Reference in a new issue