diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-03-03 21:15:16 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-03-09 09:34:47 +0800 |
commit | c5cb09e42f770744b3e1240c19c958fad018a479 (patch) | |
tree | 5dcb10ee8661b6dcba24e39e8bbc31e9b1c2191b /gnu/packages/bittorrent.scm | |
parent | 67c45d836756727cde23bdc752d7ead7fbb67228 (diff) |
gnu: qbittorrent-enhanced: Update to 4.6.3.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.3.10.
Change-Id: I415d228dbbff2f4d5abf9bda2ca84ac81c0d0602
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 264e9e9724..6146468919 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -583,7 +583,7 @@ features.") (package (inherit qbittorrent) (name "qbittorrent-enhanced") - (version "4.6.1.10") + (version "4.6.3.10") (source (origin (method git-fetch) @@ -593,7 +593,7 @@ features.") (file-name (git-file-name name version)) (sha256 (base32 - "101a9n2vk9d6b4vc3schkmpc56l0i0i60fcjh8hwadc6amc2ymvy")))) + "09b8237h0gn6y3s0a7qg247hsdra5f5kg6xhirnhhfvjd8k6qviv")))) (home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition") (description "qBittorrent Enhanced is a bittorrent client based on qBittorrent with |