gnu: tremc: Update to 0.9.1.

* gnu/packages/bittorrent.scm (tremc): Update to 0.9.1.
[source]: Use release tag.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-15 16:07:51 +02:00
parent 591ee071c6
commit 96e2ecb796
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 28 additions and 32 deletions

View File

@ -179,39 +179,35 @@ XML-RPC over SCGI.")
(license l:gpl2+))) (license l:gpl2+)))
(define-public tremc (define-public tremc
(let ((commit "e06d08d8d76aa0559593ffc1188f4a90100cdbdb") (package
(revision "2")) (name "tremc")
(package (version "0.9.1")
(name "tremc") (source
(version (git-version "0.9.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/louipc/tremc.git")
(uri (git-reference (commit version)))
(url "https://github.com/louipc/tremc.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32 "1yhwvlcyv1s830p5a7q5x3mkb3mbvr5cn5nh7y62l5b6iyyynlvm"))))
(sha256 (build-system gnu-build-system)
(base32 (arguments
"17rf74sajcn5fl718rgl2qk5mw5yz9hrh58hbcg4p55wrazzrm1i")))) `(#:tests? #f ; no test suite
(build-system gnu-build-system) #:make-flags
(arguments (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
`(#:tests? #f ; no test suite #:phases
#:make-flags (modify-phases %standard-phases
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))) ;; The software is just a Python script that must be copied into place.
#:phases (delete 'configure)
(modify-phases %standard-phases (delete 'build))))
;; The software is just a Python script that must be copied into (inputs
;; place. `(("python" ,python)))
(delete 'configure) (synopsis "Console client for the Transmission BitTorrent daemon")
(delete 'build)))) (description "Tremc is a console client, with a curses interface, for the
(inputs
`(("python" ,python)))
(synopsis "Console client for the Transmission BitTorrent daemon")
(description "Tremc is a console client, with a curses interface, for the
Transmission BitTorrent daemon.") Transmission BitTorrent daemon.")
(home-page "https://github.com/louipc/tremc") (home-page "https://github.com/louipc/tremc")
(license l:gpl3+)))) (license l:gpl3+)))
(define-public transmission-remote-cli (define-public transmission-remote-cli
(package (package