* [bug#66830] [PATCH] gnu: Transmission: Update to 4.0.4.
@ 2023-10-30 4:47 Leo Famulari
2023-10-30 11:36 ` bug#66830: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2023-10-30 4:47 UTC (permalink / raw)
To: 66830
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.4.
[synopsis]: Remove "marketing phrases".
Change-Id: Ibecdf14198ba926eea66ff5ba29ec05fbd27fde2
---
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-module (gnu packages bittorrent)
(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 @@ (define-public transmission
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 @@ (define-public transmission
(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 @@ (define-public transmission
(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
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#66830: [PATCH] gnu: Transmission: Update to 4.0.4.
2023-10-30 4:47 [bug#66830] [PATCH] gnu: Transmission: Update to 4.0.4 Leo Famulari
@ 2023-10-30 11:36 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-10-30 11:36 UTC (permalink / raw)
To: Leo Famulari; +Cc: 66830-done, guix-patches
[-- Attachment #1: Type: text/plain, Size: 619 bytes --]
Leo Famulari <leo@famulari.name> writes:
> * gnu/packages/bittorrent.scm (transmission): Update to 4.0.4.
> [synopsis]: Remove "marketing phrases".
>
> Change-Id: Ibecdf14198ba926eea66ff5ba29ec05fbd27fde2
> ---
> gnu/packages/bittorrent.scm | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
This looks good to me, I made Transmission lower case in the commit
message (to match the package/variable name) and pushed it to master as
5746d043a6433d1103dd8edf46df0b39c8bd3c7f.
I also retried some builds on the bordeaux build farm, as there were
some failures blocking building this.
Thanks,
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-30 11:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30 4:47 [bug#66830] [PATCH] gnu: Transmission: Update to 4.0.4 Leo Famulari
2023-10-30 11:36 ` bug#66830: " Christopher Baines
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).