[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: qbittorrent: Update to 4.1.6.
From: |
guix-commits |
Subject: |
02/11: gnu: qbittorrent: Update to 4.1.6. |
Date: |
Sat, 11 May 2019 13:56:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6cc9533eb12601dd065bceafc8806e6464329754
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu May 9 15:38:00 2019 +0200
gnu: qbittorrent: Update to 4.1.6.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.6.
---
gnu/packages/bittorrent.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 1d3ff31..1e171dc 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -426,7 +426,7 @@ desktops.")
(define-public qbittorrent
(package
(name "qbittorrent")
- (version "4.1.5")
+ (version "4.1.6")
(source
(origin
(method git-fetch)
@@ -435,7 +435,7 @@ desktops.")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "09zcygaxfv9g6av0vsvlyzv4v65wvj766xyfx31yz5ig3xan6ak1"))))
+ (base32 "1y9kv84sy5fg64wbl4xpm8qh0hjba7ibk045cazp0m736rjmxk8c"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- branch master updated (dcb3a0f -> e247244), guix-commits, 2019/05/11
- 02/11: gnu: qbittorrent: Update to 4.1.6.,
guix-commits <=
- 04/11: gnu: wesnoth: Update to 1.14.7., guix-commits, 2019/05/11
- 05/11: gnu: powwow: Update to 1.2.19., guix-commits, 2019/05/11
- 07/11: gnu: libshout: Don't use NAME in source URI., guix-commits, 2019/05/11
- 06/11: gnu: upower: Update to 0.99.10., guix-commits, 2019/05/11
- 01/11: gnu: man-db: Update to 2.8.5., guix-commits, 2019/05/11
- 03/11: gnu: chroma: Update to 1.17., guix-commits, 2019/05/11
- 08/11: gnu: libshout: Update to 2.4.2., guix-commits, 2019/05/11
- 10/11: gnu: picard: Use build system features., guix-commits, 2019/05/11
- 11/11: gnu: picard: Return #t from phases., guix-commits, 2019/05/11
- 09/11: gnu: picard: Update to 2.1.3., guix-commits, 2019/05/11