emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50056: closed ([PATCH] gnu: emacs-guix: Update to 0.5.2.5-c9aef52.)


From: GNU bug Tracking System
Subject: bug#50056: closed ([PATCH] gnu: emacs-guix: Update to 0.5.2.5-c9aef52.)
Date: Thu, 26 Aug 2021 19:59:02 +0000

Your message dated Thu, 26 Aug 2021 21:58:01 +0200
with message-id <874kbcdlme.fsf@waegenei.re>
and subject line Re: bug#50056: [PATCH] gnu: emacs-guix: Update to 
0.5.2.5-c9aef52.
has caused the debbugs.gnu.org bug report #50056,
regarding [PATCH] gnu: emacs-guix: Update to 0.5.2.5-c9aef52.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50056: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50056
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-guix: Update to 0.5.2.5-c9aef52. Date: Sat, 14 Aug 2021 14:10:14 +0300
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#50056: [PATCH] gnu: emacs-guix: Update to 0.5.2.5-c9aef52. Date: Thu, 26 Aug 2021 21:58:01 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]