[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: gnu: transmission: Update to 4.0.4.
From: |
guix-commits |
Subject: |
13/13: gnu: transmission: Update to 4.0.4. |
Date: |
Mon, 30 Oct 2023 07:19:56 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 5746d043a6433d1103dd8edf46df0b39c8bd3c7f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Oct 30 00:47:26 2023 -0400
gnu: transmission: Update to 4.0.4.
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.4.
[synopsis]: Remove "marketing phrases".
Change-Id: Ibecdf14198ba926eea66ff5ba29ec05fbd27fde2
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/bittorrent.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index b357d96fbc..abf8a609e9 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -83,7 +83,7 @@
(define-public transmission
(package
(name "transmission")
- (version "4.0.3")
+ (version "4.0.4")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/transmission/transmission"
@@ -91,7 +91,7 @@
version ".tar.xz"))
(sha256
(base32
- "0njlmpcdsxwx8vwdk9dvsby51l6f6awks9d0mgvi9fs2ivaizc5n"))))
+ "19nm7f4x3zq610da5fl63vpycj4kv07np6ldm8czpgyziwqv9xqm"))))
(build-system cmake-build-system)
(outputs '("out" ; library and command-line interface
"gui")) ; graphical user interface
@@ -112,8 +112,9 @@
(replace 'check
(lambda* (#:key tests? parallel-tests? #:allow-other-keys)
(if tests?
- ;; XXX this test fails...
- (invoke "ctest" "-E" "usesBootstrapFile"
+ (invoke "ctest"
+ ;; XXX this test fails...
+ "-E" "usesBootstrapFile"
"-j" (if parallel-tests?
(number->string (parallel-job-count))
"1"))
@@ -155,7 +156,7 @@
(native-inputs
(list intltool pkg-config))
(home-page "https://transmissionbt.com/")
- (synopsis "Fast and easy BitTorrent client")
+ (synopsis "BitTorrent client")
(description
"Transmission is a BitTorrent client that comes with graphical,
textual, and Web user interfaces. Transmission also has a daemon for
- 04/13: gnu: Add aerich., (continued)
- 04/13: gnu: Add aerich., guix-commits, 2023/10/30
- 03/13: gnu: Add python-ddlparse., guix-commits, 2023/10/30
- 01/13: gnu: Add ffmpeg-progress-yield., guix-commits, 2023/10/30
- 09/13: gnu: Remove python-resolvelib@0.5., guix-commits, 2023/10/30
- 06/13: gnu: Add online-judge-tools., guix-commits, 2023/10/30
- 07/13: gnu: Add r-consort., guix-commits, 2023/10/30
- 08/13: gnu: ansible-core: Update to 2.15.5 and fix tests., guix-commits, 2023/10/30
- 11/13: gnu: labwc: Update to 0.6.5., guix-commits, 2023/10/30
- 12/13: gnu: cockatrice: Update to 2.9.0., guix-commits, 2023/10/30
- 10/13: gnu: ansible: Update to 8.5.0., guix-commits, 2023/10/30
- 13/13: gnu: transmission: Update to 4.0.4.,
guix-commits <=