diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-02-28 12:34:07 -0500 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-03 21:15:41 +0100 |
| commit | 21a7a96cbf1d6100e83e062f587f61d27fbd7d82 (patch) | |
| tree | 66fb19e11db5a78671821e43aa834009538905c6 /gnu | |
| parent | bc6de88ba366b1c3f87acb7f44d84be339a64991 (diff) | |
gnu: qbittorrent: Update to 5.1.4.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.1.4.
Change-Id: I813324b660029ddd214ad7421d1fe71770fdd3b7
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -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 b2ba115349a..ef06f63a363 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm | |||
| @@ -546,7 +546,7 @@ desktops.") | |||
| 546 | (define-public qbittorrent | 546 | (define-public qbittorrent |
| 547 | (package | 547 | (package |
| 548 | (name "qbittorrent") | 548 | (name "qbittorrent") |
| 549 | (version "5.1.2") | 549 | (version "5.1.4") |
| 550 | (source | 550 | (source |
| 551 | (origin | 551 | (origin |
| 552 | (method git-fetch) | 552 | (method git-fetch) |
| @@ -555,7 +555,7 @@ desktops.") | |||
| 555 | (commit (string-append "release-" version)))) | 555 | (commit (string-append "release-" version)))) |
| 556 | (file-name (git-file-name name version)) | 556 | (file-name (git-file-name name version)) |
| 557 | (sha256 | 557 | (sha256 |
| 558 | (base32 "087l8fnr83bvvinsp1m27rsskc9wx9si3hh8alqrr8rhngd0c5ys")))) | 558 | (base32 "1zja55b97cnij3vffmfa5p65dasybbm1gd3xjspw5yyypy5cl5zm")))) |
| 559 | (build-system qt-build-system) | 559 | (build-system qt-build-system) |
| 560 | (arguments | 560 | (arguments |
| 561 | (list #:qtbase qtbase | 561 | (list #:qtbase qtbase |
