all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#51019] [PATCH] gnu: emacs-magit: Update to 3.3.0.
@ 2021-10-04 22:04 Alexandr Vityazev
  2021-10-05  7:32 ` bug#51019: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandr Vityazev @ 2021-10-04 22:04 UTC (permalink / raw)
  To: 51019

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f69701e1f3..6b155f60b2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -783,7 +783,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
 (define-public emacs-magit
   (package
     (name "emacs-magit")
-    (version "3.2.1")
+    (version "3.3.0")
     (source
      (origin
        (method git-fetch)
@@ -792,7 +792,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "179mgh8l5p7fhfmbg5rz810mhbzsxqsxd66jdb2a68vsazs1jw2m"))))
+        (base32 "0cxyvp2aav27znc7mf6c83q5pddpdniaqkrxn1r8dbgr540qmnpn"))))
     (build-system emacs-build-system)
     (arguments
      `(#:emacs ,emacs-no-x             ;module support is required
-- 
2.33.0



-- 

Alexandr Vityazev




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

* bug#51019: [PATCH] gnu: emacs-magit: Update to 3.3.0.
  2021-10-04 22:04 [bug#51019] [PATCH] gnu: emacs-magit: Update to 3.3.0 Alexandr Vityazev
@ 2021-10-05  7:32 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-10-05  7:32 UTC (permalink / raw)
  To: Alexandr Vityazev; +Cc: 51019-done

Hello,

Alexandr Vityazev <avityazev@posteo.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-10-05  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 22:04 [bug#51019] [PATCH] gnu: emacs-magit: Update to 3.3.0 Alexandr Vityazev
2021-10-05  7:32 ` bug#51019: " Nicolas Goaziou

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.