From b4cf9ac6a62f8e5ad3eb9c217cbf7166fe169b9b Mon Sep 17 00:00:00 2001 Message-Id: From: Jacob Hart Date: Mon, 28 Feb 2022 11:58:41 +1100 Subject: [PATCH] gnu: qbittorrent: Upgrade to 4.4.1. --- gnu/packages/bittorrent.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 0dc0bbffd8..0e939d93ac 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2021 Marius Bakke ;;; Copyright © 2021 Josselin Poiret ;;; Copyright © 2022 Brice Waegeneire +;;; Copyright © 2022 Jacob Hart ;;; ;;; This file is part of GNU Guix. ;;; @@ -477,7 +478,7 @@ (define-public libtorrent-rasterbar (define-public qbittorrent (package (name "qbittorrent") - (version "4.4.0") + (version "4.4.1") (source (origin (method git-fetch) @@ -486,7 +487,7 @@ (define-public qbittorrent (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0aqrcwxi3s2alila3fa7fjs4hifkq7055wa4xvz17hajchs3l567")))) + (base32 "00whc4p209g2krsggxyq4sna01djbk1rbzkyjbq4qczvya01xn0w")))) (build-system gnu-build-system) (arguments `(#:configure-flags base-commit: 9b0171fe1ae499f57462c4b45e91ef68e076f57d -- 2.34.0