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>
This commit is contained in:
Leo Famulari 2023-10-30 00:47:26 -04:00 committed by Christopher Baines
parent 4d52378daa
commit 5746d043a6
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -83,7 +83,7 @@ (define-module (gnu packages bittorrent)
(define-public transmission (define-public transmission
(package (package
(name "transmission") (name "transmission")
(version "4.0.3") (version "4.0.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/transmission/transmission" (uri (string-append "https://github.com/transmission/transmission"
@ -91,7 +91,7 @@ (define-public transmission
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0njlmpcdsxwx8vwdk9dvsby51l6f6awks9d0mgvi9fs2ivaizc5n")))) "19nm7f4x3zq610da5fl63vpycj4kv07np6ldm8czpgyziwqv9xqm"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" ; library and command-line interface (outputs '("out" ; library and command-line interface
"gui")) ; graphical user interface "gui")) ; graphical user interface
@ -112,8 +112,9 @@ (define-public transmission
(replace 'check (replace 'check
(lambda* (#:key tests? parallel-tests? #:allow-other-keys) (lambda* (#:key tests? parallel-tests? #:allow-other-keys)
(if tests? (if tests?
;; XXX this test fails... (invoke "ctest"
(invoke "ctest" "-E" "usesBootstrapFile" ;; XXX this test fails...
"-E" "usesBootstrapFile"
"-j" (if parallel-tests? "-j" (if parallel-tests?
(number->string (parallel-job-count)) (number->string (parallel-job-count))
"1")) "1"))
@ -155,7 +156,7 @@ (define-public transmission
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))
(home-page "https://transmissionbt.com/") (home-page "https://transmissionbt.com/")
(synopsis "Fast and easy BitTorrent client") (synopsis "BitTorrent client")
(description (description
"Transmission is a BitTorrent client that comes with graphical, "Transmission is a BitTorrent client that comes with graphical,
textual, and Web user interfaces. Transmission also has a daemon for textual, and Web user interfaces. Transmission also has a daemon for