~ruther/guix-local

fac8b30bf810ea7e3666949409e934ff82170a35 — Mark H Weaver 11 years ago abc5b82
gnu: magit: Update to 1.2.1.

* gnu/packages/emacs.scm (magit): Update to 1.2.1.
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/emacs.scm
M gnu/packages/emacs.scm => gnu/packages/emacs.scm +5 -4
@@ 206,13 206,14 @@ when typing parentheses directly or commenting out code line by line.")
(define-public magit
  (package
    (name "magit")
    (version "1.2.0")
    (version "1.2.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://github.com/downloads/magit/magit/magit-"
                                 version ".tar.gz"))
             (uri (string-append
                   "https://github.com/magit/magit/releases/download/"
                   version "/" name "-" version ".tar.gz"))
             (sha256
              (base32 "1a8vvilhd5y5vmlpsh194qpl4qlg0a1brylfscxcacpfp0cmhlzg"))))
              (base32 "1in48g5l5xdc9cf2apnpgx73mqlz2njrpi1w52dgql4qxv3kg6gr"))))
    (build-system gnu-build-system)
    (native-inputs `(("texinfo" ,texinfo)))
    (inputs `(("emacs" ,emacs)