mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-06 09:15:54 +02:00
gnu: transmission: Update to 4.1.1.
* gnu/packages/bittorrent.scm (transmission): Update to 4.1.1. Change-Id: Ie43be4893afff6ca21d8fdefca8cc392ff249acb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
896e7d3324
commit
975af2c51d
@@ -99,17 +99,19 @@
|
||||
(define-public transmission
|
||||
(package
|
||||
(name "transmission")
|
||||
(version "4.1.0")
|
||||
(version "4.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/transmission/transmission")
|
||||
(commit version)
|
||||
;; TODO: Unbundle more available inputs, see:
|
||||
;; <https://codeberg.org/guix/guix/pulls/6542#issuecomment-10935599>.
|
||||
(recursive? #t)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bhvl0axkd5cqbm7dfwhzvxyiz5f32gp74bdyj5jr35y9rmv0nc2"))))
|
||||
"1v5qjarqvd26v757mj56yyw75mn3ydvhxl5hdkw8hn3idr1lww3k"))))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" ; library and command-line interface
|
||||
"gui")) ; graphical user interface
|
||||
|
||||
Reference in New Issue
Block a user