gnu: qbittorrent: Update to 4.2.5.

* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-09 21:37:40 +02:00
parent bce3c9748b
commit dce70d0e35
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -416,7 +416,7 @@ (define-public libtorrent-rasterbar
(define-public qbittorrent (define-public qbittorrent
(package (package
(name "qbittorrent") (name "qbittorrent")
(version "4.2.1") (version "4.2.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -425,7 +425,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 "0bz4l7awkx4qf3gh9c8gj8fab989439zj8qy4x9r36wxdjg5cxil")))) (base32 "1n613ylg6i9gisgk0dbr2kpfasyizrkdjff1r8smd4vri2qrdksn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags