all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31898] [PATCH] gnu: magit: Update to 2.13.0.
@ 2018-06-19 11:27 Pierre Neidhardt
  2018-06-19 11:45 ` bug#31898: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Neidhardt @ 2018-06-19 11:27 UTC (permalink / raw)
  To: 31898

* gnu/packages/emacs.scm (magit): Update to 2.13.0.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4999dda55..8ecff7529 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -436,7 +436,7 @@ on stdout instead of using a socket as the Emacsclient does.")
 (define-public magit
   (package
     (name "magit")
-    (version "2.12.1")
+    (version "2.13.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -444,7 +444,7 @@ on stdout instead of using a socket as the Emacsclient does.")
                    version "/" name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1czzknmhzbggcv3bxl5amvfpp0zrkdwl1x05qarsq6qakvc85xy3"))))
+               "1ygaah3dd3nxpyd17297xgvdcgr7pgzzwlmpnmchki0kiwgg3sbc"))))
     (build-system gnu-build-system)
     (native-inputs `(("texinfo" ,texinfo)
                      ("emacs" ,emacs-minimal)))
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#31898: [PATCH] gnu: magit: Update to 2.13.0.
  2018-06-19 11:27 [bug#31898] [PATCH] gnu: magit: Update to 2.13.0 Pierre Neidhardt
@ 2018-06-19 11:45 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2018-06-19 11:45 UTC (permalink / raw)
  To: Pierre Neidhardt, 31898-done

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]

Pierre Neidhardt <ambrevar@gmail.com> writes:

> * gnu/packages/emacs.scm (magit): Update to 2.13.0.

This is already in 'master', closing!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-19 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-19 11:27 [bug#31898] [PATCH] gnu: magit: Update to 2.13.0 Pierre Neidhardt
2018-06-19 11:45 ` bug#31898: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.