[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: qbittorrent: Upgrade to 4.4.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: qbittorrent: Upgrade to 4.4.1. |
Date: |
Wed, 02 Mar 2022 04:56:56 -0500 |
This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8a05fb01d1 gnu: qbittorrent: Upgrade to 4.4.1.
8a05fb01d1 is described below
commit 8a05fb01d117de225c4bfee640734a2981e63127
Author: Jacob Hart <hartja1@yahoo.com>
AuthorDate: Mon Feb 28 11:58:41 2022 +1100
gnu: qbittorrent: Upgrade to 4.4.1.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.1.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
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 <marius@gnu.org>
;;; Copyright © 2021 Josselin Poiret <josselin.poiret@protonmail.ch>
;;; Copyright © 2022 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2022 Jacob Hart <hartja1@yahoo.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -477,7 +478,7 @@ desktops.")
(define-public qbittorrent
(package
(name "qbittorrent")
- (version "4.4.0")
+ (version "4.4.1")
(source
(origin
(method git-fetch)
@@ -486,7 +487,7 @@ desktops.")
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: qbittorrent: Upgrade to 4.4.1.,
guix-commits <=