all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61632] [PATCH] gnu: emacs-magit: Update to 3.3.0-3.2c91c08.
@ 2023-02-19 16:03 Rostislav Svoboda
  2023-02-20 13:07 ` bug#61632: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Rostislav Svoboda @ 2023-02-19 16:03 UTC (permalink / raw)
  To: 61632; +Cc: Rostislav Svoboda

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 97e7a1b844..562a7060c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1152,8 +1152,8 @@ (define-public emacs-libgit
       (license license:gpl2+))))
 
 (define-public emacs-magit
-  (let ((commit "c883fabe28a74d59d996cbef3f742874f3459bc0")
-        (revision "2"))
+  (let ((commit "2c91c080a8e2f35e3b036a2f6b8011fa897d23a1")
+        (revision "3"))
     (package
       (name "emacs-magit")
       (version (git-version "3.3.0" revision commit))
@@ -1165,7 +1165,7 @@ (define-public emacs-magit
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0cq2bgny5jac1n9h7hp0pkipil41sf079h2qh5rh7bj0085dc7wv"))))
+          (base32 "00ibnr76nfyf4fff3ga324d7dbqnsb4crlxgr94npiy8rsclaszp"))))
       (build-system emacs-build-system)
       (arguments
        (list
-- 
2.39.1





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

* bug#61632: [PATCH] gnu: emacs-magit: Update to 3.3.0-3.2c91c08.
  2023-02-19 16:03 [bug#61632] [PATCH] gnu: emacs-magit: Update to 3.3.0-3.2c91c08 Rostislav Svoboda
@ 2023-02-20 13:07 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-02-20 13:07 UTC (permalink / raw)
  To: Rostislav Svoboda; +Cc: 61632-done

Hello,

Rostislav Svoboda <rostislav.svoboda@gmail.com> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-02-20 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-19 16:03 [bug#61632] [PATCH] gnu: emacs-magit: Update to 3.3.0-3.2c91c08 Rostislav Svoboda
2023-02-20 13:07 ` bug#61632: " 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.