summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorλx.x <case_lambda@disroot.org>2026-03-16 14:20:35 +0200
committerCayetano Santos <csantosb@inventati.org>2026-03-16 18:49:57 +0100
commit477d6f83dc7ec9d50311f2c6a2a0b69db0ca9e8e (patch)
tree7fd1cfbbe848b8fba8dc5ff87df63de942072ad2
parent58e2d9ad5695f0afe3b889a105641c8315751e61 (diff)
gnu: emacs-transmission: Update to 0.12.2-0.ae36637.
* gnu/packages/emacs-xyz.scm (emacs-transmission): Update 0.12.2-0.ae36637. Merges guix/guix!7214 Change-Id: Ie6a66e736f249009aca3240fa6d532b55e3c1e09 Signed-off-by: Cayetano Santos <csantosb@inventati.org> Modified-by: Cayetano Santos <csantosb@inventati.org>
-rw-r--r--gnu/packages/emacs-xyz.scm39
1 files changed, 21 insertions, 18 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 97d3da0b08c..a2c204d4eb5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26746,23 +26746,26 @@ in a generalized CSV (character-separated values) format.")
(license license:gpl3+)))
(define-public emacs-transmission
- (package
- (name "emacs-transmission")
- (version "0.12.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/holomorph/transmission")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "16bn8y2sd7kzihp8bxh4vyay16y91q3yc0gcd0bzywcx3hijqlfc"))))
- (build-system emacs-build-system)
- (arguments (list #:tests? #f)) ; no tests
- (home-page "https://github.com/holomorph/transmission")
- (synopsis "Emacs interface to a Transmission session")
- (description "This package provides an Emacs interface to interact with a
+ ;; No release since 2020-12-08.
+ (let ((commit "ae36637fe63e530c7b8baa59bf566a99e40fbfe4")
+ (revision "0"))
+ (package
+ (name "emacs-transmission")
+ (version (git-version "0.12.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/holomorph/transmission")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ilg549gsza7adfwmivw52z5533zirrv17h41xk3ij6igwg1fk8c"))))
+ (build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ; no tests
+ (home-page "https://github.com/holomorph/transmission")
+ (synopsis "Emacs interface to a Transmission session")
+ (description "This package provides an Emacs interface to interact with a
running session of the Transmission Bittorrent client.
Features:
@@ -26774,7 +26777,7 @@ Features:
contexts.
@item Toggle downloading and set priorities for individual files.
@end itemize\n")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-polymode
(package