unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 63505@debbugs.gnu.org
Subject: [bug#63505] [PATCH] gnu: tremc: Fix compatibility with Transmission 4.0.
Date: Sun, 14 May 2023 16:12:48 -0400	[thread overview]
Message-ID: <98a397870afc29ecaf10360aad69946c192ef38d.1684095165.git.leo@famulari.name> (raw)

This version is not released upstream, but it does fix compatibility
with Transmission 4.0 and works for me.

* gnu/packages/bittorrent.scm: Update to 0.9.3-0.6c15e3f.
---
 gnu/packages/bittorrent.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 0e4b74db8a..a3bf98ecd2 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -239,19 +239,21 @@ (define-public rtorrent
     (license l:gpl2+)))
 
 (define-public tremc
+  (let ((commit "6c15e3f5637c8f3641473328bd8c5b0cc122d930")
+        (revision "0"))
   (package
     (name "tremc")
-    (version "0.9.3")
+    (version (git-version "0.9.3" revision commit))
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/tremc/tremc")
-             (commit version)))
+             (commit commit)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11izsgwj435skkgvw96an6ddcm1hk3ff1gji4ksnidlyv6g6npyv"))))
+         "1anlqzbwgmhrxlh20pfzf4iyw5l2w227h95rq6xf29ai7vddr82k"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite
@@ -268,7 +270,7 @@ (define-public tremc
     (description "Tremc is a console client, with a curses interface, for the
 Transmission BitTorrent daemon.")
     (home-page "https://github.com/tremc/tremc")
-    (license l:gpl3+)))
+    (license l:gpl3+))))
 
 (define-public aria2
   (package
-- 
2.39.2





             reply	other threads:[~2023-05-14 20:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-14 20:12 Leo Famulari [this message]
2023-05-22 19:42 ` bug#63505: [PATCH] gnu: tremc: Fix compatibility with Transmission 4.0 Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=98a397870afc29ecaf10360aad69946c192ef38d.1684095165.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=63505@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).