Skip to content
Snippets Groups Projects
Unverified Commit dce70d0e authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: qbittorrent: Update to 4.2.5.

* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.5.
parent bce3c974
No related branches found
No related tags found
No related merge requests found
...@@ -416,7 +416,7 @@ (define-public libtorrent-rasterbar ...@@ -416,7 +416,7 @@ (define-public libtorrent-rasterbar
(define-public qbittorrent (define-public qbittorrent
(package (package
(name "qbittorrent") (name "qbittorrent")
(version "4.2.1") (version "4.2.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -425,7 +425,7 @@ (define-public qbittorrent ...@@ -425,7 +425,7 @@ (define-public qbittorrent
(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 "0bz4l7awkx4qf3gh9c8gj8fab989439zj8qy4x9r36wxdjg5cxil")))) (base32 "1n613ylg6i9gisgk0dbr2kpfasyizrkdjff1r8smd4vri2qrdksn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment