diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-25 17:47:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-25 18:08:05 +0200 |
commit | f2817ce50bc8365ab7f243aab6334829b64900c1 (patch) | |
tree | 1f5bd74c7e01d67cea66ac6530cd18c0b48390e6 /gnu/packages/bittorrent.scm | |
parent | 78bd9c52ad3f353bcfd8c31ee9577f6adf4cbecc (diff) |
gnu: qbittorrent: Update to 4.1.8.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.8.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r-- | gnu/packages/bittorrent.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 43712d4bcf..416186409c 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -416,7 +416,7 @@ desktops.") (define-public qbittorrent (package (name "qbittorrent") - (version "4.1.6") + (version "4.1.8") (source (origin (method git-fetch) @@ -425,7 +425,7 @@ desktops.") (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1y9kv84sy5fg64wbl4xpm8qh0hjba7ibk045cazp0m736rjmxk8c")))) + (base32 "1mx59mazfmd5yaqdgb6cm8hr5sbp2xgzz3y3yipq1fwq85dj3r5w")))) (build-system gnu-build-system) (arguments `(#:configure-flags |