guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]