mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: qbittorrent: Update to 4.6.4.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.4. Change-Id: Iad1fdc9100c4b01e4cab04d101d068e91c5591c4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
d59f8f3382
commit
b433ac8d64
1 changed files with 2 additions and 2 deletions
|
@ -529,7 +529,7 @@ (define-public libtorrent-rasterbar-1.2
|
|||
(define-public qbittorrent
|
||||
(package
|
||||
(name "qbittorrent")
|
||||
(version "4.6.3")
|
||||
(version "4.6.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -538,7 +538,7 @@ (define-public qbittorrent
|
|||
(commit (string-append "release-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01d393v0v4c9rp909l3ddif984pp1z6sym74yc0kgxqq2kplj5g1"))))
|
||||
(base32 "0fxjsad9d35pdy0cqjlip46kwgxfim10fy70x6wymn9pagwq9j7p"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DTESTING=ON")
|
||||
|
|
Loading…
Reference in a new issue