diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 21:37:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-10 03:48:53 +0200 |
commit | dce70d0e355176508c67440207689d8c0ac28c9a (patch) | |
tree | 8dd45d7350e26de7e39dee2f08ed2e7e8be3af9e /gnu/packages/bittorrent.scm | |
parent | bce3c9748b4ba47cdb915492e5c7baaf3d3a2511 (diff) | |
download | guix-dce70d0e355176508c67440207689d8c0ac28c9a.tar guix-dce70d0e355176508c67440207689d8c0ac28c9a.tar.gz |
gnu: qbittorrent: Update to 4.2.5.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.5.
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 52160b9025..3314a6a823 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -416,7 +416,7 @@ desktops.") (define-public qbittorrent (package (name "qbittorrent") - (version "4.2.1") + (version "4.2.5") (source (origin (method git-fetch) @@ -425,7 +425,7 @@ desktops.") (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0bz4l7awkx4qf3gh9c8gj8fab989439zj8qy4x9r36wxdjg5cxil")))) + (base32 "1n613ylg6i9gisgk0dbr2kpfasyizrkdjff1r8smd4vri2qrdksn")))) (build-system gnu-build-system) (arguments `(#:configure-flags |