gnu: qbittorrent: Update to 4.1.6.

* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-09 15:38:00 +02:00
parent 4ac7112748
commit 6cc9533eb1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -426,7 +426,7 @@ (define-public libtorrent-rasterbar
(define-public qbittorrent (define-public qbittorrent
(package (package
(name "qbittorrent") (name "qbittorrent")
(version "4.1.5") (version "4.1.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -435,7 +435,7 @@ (define-public qbittorrent
(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 "09zcygaxfv9g6av0vsvlyzv4v65wvj766xyfx31yz5ig3xan6ak1")))) (base32 "1y9kv84sy5fg64wbl4xpm8qh0hjba7ibk045cazp0m736rjmxk8c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags