~ruther/guix-local

0b42a0fd3b5ffa734da05d6c255ad49e5e264b85 — Cayetano Santos 5 months ago 3c8853f
gnu: emacs-orgit: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 2.1.0.

Change-Id: I4e5d42e8958a927a498bb71630360cf9a93cd4cf
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 35781,7 35781,7 @@ recursively.  The results are cached for speed.")
(define-public emacs-orgit
  (package
    (name "emacs-orgit")
    (version "2.0.5")
    (version "2.1.0")
    (home-page "https://github.com/magit/orgit")
    (source (origin
              (method git-fetch)


@@ 35791,7 35791,7 @@ recursively.  The results are cached for speed.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1nz9fy4348iha1zbw0v8hzsxv171v5758jilhsn2ksn9nvpkbbyb"))))
                "1w5g75mqigfjcwywhdlv6dqpj173wzkagaxsq38kx1j4p7i0sl2p"))))
    (build-system emacs-build-system)
    (arguments
     (list #:tests? #f)) ; A makefile but no tests.