diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-01-11 14:19:53 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-01-11 16:11:28 +0800 |
commit | d1cfeaef1381cc2a335241ebee810643f47d21c8 (patch) | |
tree | 84869056f30bc6dff2521e81a6d95a12db9d1cdf /gnu/packages/bittorrent.scm | |
parent | ac1fc8f6388184dadcd66001f406ec1633bb2e7b (diff) |
gnu: qbittorrent-enhanced: Update to 5.0.3.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.3.10.
Change-Id: I16163a37d3c15a3e33c8f0508c97e4467b9ec958
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 d46a41fae2..0d52d25e08 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -567,7 +567,7 @@ features.") (package (inherit qbittorrent) (name "qbittorrent-enhanced") - (version "5.0.2.10") + (version "5.0.3.10") (source (origin (method git-fetch) @@ -577,7 +577,7 @@ features.") (file-name (git-file-name name version)) (sha256 (base32 - "1fmb5xbhn6lgfnyks69wa1cl2n9lplpgn67xrjm0yn9kgpkqc47m")))) + "04plcbmqbjjg7wkp7vww6ain3bkgaj5njf94pk7wlm2ysa6hbx3r")))) (home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition") (description "qBittorrent Enhanced is a bittorrent client based on qBittorrent with |