gnu: qbittorrent: Update to 4.4.0.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									5b50e9634a
								
							
						
					
					
						commit
						924b99da0a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -477,7 +477,7 @@ desktops.") | ||||||
| (define-public qbittorrent | (define-public qbittorrent | ||||||
|   (package |   (package | ||||||
|     (name "qbittorrent") |     (name "qbittorrent") | ||||||
|     (version "4.2.5") |     (version "4.4.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -486,7 +486,7 @@ desktops.") | ||||||
|              (commit (string-append "release-" version)))) |              (commit (string-append "release-" version)))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1n613ylg6i9gisgk0dbr2kpfasyizrkdjff1r8smd4vri2qrdksn")))) |         (base32 "0aqrcwxi3s2alila3fa7fjs4hifkq7055wa4xvz17hajchs3l567")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:configure-flags |      `(#:configure-flags | ||||||
|  |  | ||||||
		Reference in a new issue