diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-05-10 19:41:33 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-05-10 19:41:33 +0800 |
commit | dfe188662b8933e5e318f316b7dbd0b8630a7689 (patch) | |
tree | 2e15861a584b400600df18d1619b8da80c4deb30 /gnu/packages/bittorrent.scm | |
parent | b433ac8d64471938303822f78410c882556db6bc (diff) | |
download | guix-dfe188662b8933e5e318f316b7dbd0b8630a7689.tar guix-dfe188662b8933e5e318f316b7dbd0b8630a7689.tar.gz |
gnu: qbittorrent-enhanced: Update to 4.6.4.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.4.10.
Change-Id: I85f1dfaa8cd7eda752778c0d67e311d3ba26a21d
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 6d5516e003..a5a772bd5b 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.3.10") + (version "4.6.4.10") (source (origin (method git-fetch) @@ -593,7 +593,7 @@ features.") (file-name (git-file-name name version)) (sha256 (base32 - "09b8237h0gn6y3s0a7qg247hsdra5f5kg6xhirnhhfvjd8k6qviv")))) + "02g7677ck5r7yrh8vv3gwg6pfvychbykgzdaxa1xxdzqa7birff2")))) (home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition") (description "qBittorrent Enhanced is a bittorrent client based on qBittorrent with |