guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: qbittorrent: Update to 4.1.9.


From: guix-commits
Subject: 02/02: gnu: qbittorrent: Update to 4.1.9.
Date: Tue, 29 Oct 2019 10:05:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9b6410b96aed1f51a4eae9d123358a1e41f54374
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 29 15:04:54 2019 +0100

    gnu: qbittorrent: Update to 4.1.9.
    
    * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.9.
---
 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 4161864..6b6998b 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -416,7 +416,7 @@ desktops.")
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.1.8")
+    (version "4.1.9")
     (source
      (origin
        (method git-fetch)
@@ -425,7 +425,7 @@ desktops.")
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mx59mazfmd5yaqdgb6cm8hr5sbp2xgzz3y3yipq1fwq85dj3r5w"))))
+        (base32 "044r3y3vvm2rqagmwlqlhvb4kkyqpkmpnlhv68hzkl3w5bvf8zl8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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