me
/
guix
Archived
1
0
Fork 0

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>
master
Timotej Lazar 2024-05-09 23:50:03 +02:00 committed by Zheng Junjie
parent d59f8f3382
commit b433ac8d64
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -529,7 +529,7 @@ desktops.")
(define-public qbittorrent (define-public qbittorrent
(package (package
(name "qbittorrent") (name "qbittorrent")
(version "4.6.3") (version "4.6.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -538,7 +538,7 @@ desktops.")
(commit (string-append "release-" version)))) (commit (string-append "release-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "01d393v0v4c9rp909l3ddif984pp1z6sym74yc0kgxqq2kplj5g1")))) (base32 "0fxjsad9d35pdy0cqjlip46kwgxfim10fy70x6wymn9pagwq9j7p"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
(list #:configure-flags #~(list "-DTESTING=ON") (list #:configure-flags #~(list "-DTESTING=ON")