all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54193] [PATCH] gnu: qbittorrent: Upgrade to 4.4.1.
       [not found] <1a80fa42-11d5-d208-ec1b-57c39ed5cf9e.ref@yahoo.com>
@ 2022-02-28  3:11 ` Jacob Hart via Guix-patches via
  2022-03-02  9:57   ` bug#54193: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Hart via Guix-patches via @ 2022-02-28  3:11 UTC (permalink / raw)
  To: 54193

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-qbittorrent-Upgrade-to-4.4.1.patch --]
[-- Type: text/x-patch, Size: 1550 bytes --]

From b4cf9ac6a62f8e5ad3eb9c217cbf7166fe169b9b Mon Sep 17 00:00:00 2001
Message-Id: <b4cf9ac6a62f8e5ad3eb9c217cbf7166fe169b9b.1646011216.git.hartja1@yahoo.com>
From: Jacob Hart <hartja1@yahoo.com>
Date: Mon, 28 Feb 2022 11:58:41 +1100
Subject: [PATCH] gnu: qbittorrent: Upgrade to 4.4.1.

---
 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 @@ (define-public libtorrent-rasterbar
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.4.0")
+    (version "4.4.1")
     (source
      (origin
        (method git-fetch)
@@ -486,7 +487,7 @@ (define-public qbittorrent
              (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

base-commit: 9b0171fe1ae499f57462c4b45e91ef68e076f57d
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54193: [PATCH] gnu: qbittorrent: Upgrade to 4.4.1.
  2022-02-28  3:11 ` [bug#54193] [PATCH] gnu: qbittorrent: Upgrade to 4.4.1 Jacob Hart via Guix-patches via
@ 2022-03-02  9:57   ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2022-03-02  9:57 UTC (permalink / raw)
  To: Jacob Hart; +Cc: 54193-done

Pushed to master as 8a05fb01d117de225c4bfee640734a2981e63127,thanks!

I had to change the commit message to follow our conventions. It was
missing a changelog line:

gnu: qbittorrent: Update to 4.4.1.

* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.1.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-02  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1a80fa42-11d5-d208-ec1b-57c39ed5cf9e.ref@yahoo.com>
2022-02-28  3:11 ` [bug#54193] [PATCH] gnu: qbittorrent: Upgrade to 4.4.1 Jacob Hart via Guix-patches via
2022-03-02  9:57   ` bug#54193: " Julien Lepiller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.