(define-module (xyz euandreh latest) #:use-module (guix git-download) #:use-module (guix packages) #:use-module (gnu packages bittorrent)) (define-public mktorrent-latest (package (inherit mktorrent) (name "mktorrent-latest") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Rudde/mktorrent") (commit "de7d011b35458de1472665f50b96c9cf6c303f39"))) (sha256 (base32 "1gsky1ijxrfsw07lvfjw4annjkdfpmnp8nnddi1wakbzqn6v5dwq")))))) (list mktorrent-latest)