unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50056] [PATCH] gnu: emacs-guix: Update to 0.5.2.5-c9aef52.
@ 2021-08-14 11:10 André A. Gomes
  2021-08-26 19:58 ` bug#50056: " Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2021-08-14 11:10 UTC (permalink / raw)
  To: 50056

Fixes <https://bugs.gnu.org/48844>.

* gnu/packages/emacs-xyz.scm (emacs-guix): Update to c9aef52.
---
 gnu/packages/emacs-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 03cc5cbf3f..9788359386 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3460,21 +3460,20 @@ type, for example: packages, buffers, files, etc.")
     (license license:gpl3+)))

 (define-public emacs-guix
-  (let ((commit "8ce6d219e87c5097abff9ce6f1f5a4293cdfcb31")
-        (revision "4"))
+  (let ((commit "c9aef52121b458297e70bb50f49f7276b4a8d759")
+        (revision "5"))
     (package
       (name "emacs-guix")
       (version (git-version "0.5.2" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      ;; TODO: Use the official version when it has a new home
                       (url "https://github.com/alezost/guix.el")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0awbd8x154c4dk4av7inpgd63n07xzng84vvc8qckmgljknc0j7k"))))
+                  "00xdxadbi9fxpfp60zah9190rcz3w08vl1blbhmaiy7c1hd2gi39"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)
--
2.32.0




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

* bug#50056: [PATCH] gnu: emacs-guix: Update to 0.5.2.5-c9aef52.
  2021-08-14 11:10 [bug#50056] [PATCH] gnu: emacs-guix: Update to 0.5.2.5-c9aef52 André A. Gomes
@ 2021-08-26 19:58 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-08-26 19:58 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 50056-done, 48844-done

Hello André,

Thank you for the patch.  I changed the source to Gitlab since the Github
repositroy and the homepage point to that repo.

Pushed as 399e3ee7b793022b22937901ab4c477ece1ad226.

Cheers,
- Brice




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

end of thread, other threads:[~2021-08-26 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-14 11:10 [bug#50056] [PATCH] gnu: emacs-guix: Update to 0.5.2.5-c9aef52 André A. Gomes
2021-08-26 19:58 ` bug#50056: " Brice Waegeneire

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).