diff options
author | Hilton Chain via Guix-patches via <guix-patches@gnu.org> | 2023-09-27 19:12:11 +0800 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
commit | 79abbaf4e48a08d30f0f967a99b2db764c882801 (patch) | |
tree | 7ea9f8c40990f04e6c778cd7e272bd858dc9f894 | |
parent | 13bb3d8bead3332d45e88563a8b166e1a24ec3fd (diff) |
gnu: qbittorrent-enhanced: Update to 4.5.5.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.5.10.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
-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 9fcaf77474..b357d96fbc 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -514,7 +514,7 @@ features.") (package (inherit qbittorrent) (name "qbittorrent-enhanced") - (version "4.5.4.10") + (version "4.5.5.10") (source (origin (method git-fetch) @@ -524,7 +524,7 @@ features.") (file-name (git-file-name name version)) (sha256 (base32 - "0qwk69mgcyh7fij4nsi4ndd17aa61p2c6cxn9l402w4cf1dy6hfs")))) + "029crx8yd8apssg2k4alnc0py5i2sp3bhjkwki5fvvnpgkrhfqf0")))) (home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition") (description "qBittorrent Enhanced is a bittorrent client based on qBittorrent with |