guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qbittorrent: Update to 4.2.0.


From: guix-commits
Subject: 01/01: gnu: qbittorrent: Update to 4.2.0.
Date: Sat, 7 Dec 2019 11:17:49 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit f410e72db90aad668b26cf9117da10aa4b75e507
Author: Brett Gilio <address@hidden>
Date:   Thu Dec 5 10:36:27 2019 -0600

    gnu: qbittorrent: Update to 4.2.0.
    
    * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.0.
---
 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 8ef0178..c5930fc 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2018 Fis Trivial <address@hidden>
 ;;; Copyright © 2018 Nam Nguyen <address@hidden>
 ;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -416,7 +417,7 @@ desktops.")
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.1.9.1")
+    (version "4.2.0")
     (source
      (origin
        (method git-fetch)
@@ -425,7 +426,7 @@ desktops.")
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19zgqlby7i1kr20wa4zd99qzd062a879xxxbmlf40rnqiqy4bhyi"))))
+        (base32 "17vm6aa2k8k1q14z9r2r06c794bcr4m0l0fdsn08wid6mj1zjsbx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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