mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-transmission: Update to 0.12.2.
* gnu/packages/emacs-xyz.scm (emacs-transmission): Update to 0.12.2.
This commit is contained in:
parent
03fb57ff77
commit
bd740f77ff
1 changed files with 2 additions and 2 deletions
|
@ -13450,7 +13450,7 @@ (define-public emacs-csv-mode
|
|||
(define-public emacs-transmission
|
||||
(package
|
||||
(name "emacs-transmission")
|
||||
(version "0.12.1")
|
||||
(version "0.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13459,7 +13459,7 @@ (define-public emacs-transmission
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0kvg2gawsgy440x1fsl2c4pkxwp3zirq9rzixanklk0ryijhd3ry"))))
|
||||
(base32 "16bn8y2sd7kzihp8bxh4vyay16y91q3yc0gcd0bzywcx3hijqlfc"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/holomorph/transmission")
|
||||
(synopsis "Emacs interface to a Transmission session")
|
||||
|
|
Loading…
Reference in a new issue