all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50619] [PATCH] gnu: emacs-project: Update to 0.7.1.
@ 2021-09-16 11:36 Xinglu Chen
  2021-10-09 15:03 ` bug#50619: " Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-16 11:36 UTC (permalink / raw)
  To: 50619

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.7.1.
---
 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 9797503be8..65c69ac72c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -634,13 +634,13 @@ when typing parentheses directly or commenting out code line by line.")
 (define-public emacs-project
   (package
     (name "emacs-project")
-    (version "0.6.1")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
        (sha256
-        (base32 "174fli3swbn67qcs9isv70vwrf6r41mak6dbs98gia89rlb71c8v"))))
+        (base32 "1ip8s924n50mmh068p42zi0ylvv79a2pi9sji1c2pqj2q19d7jr6"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-xref" ,emacs-xref)))
     (home-page "http://elpa.gnu.org/packages/project.html")

base-commit: 33bc3fb2a5f30a6e21f1b8d6d43867d921bd951c
-- 
2.33.0







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

* bug#50619: [PATCH] gnu: emacs-project: Update to 0.7.1.
  2021-09-16 11:36 [bug#50619] [PATCH] gnu: emacs-project: Update to 0.7.1 Xinglu Chen
@ 2021-10-09 15:03 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2021-10-09 15:03 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 50619-done

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


Hi Xinglu,

Thanks for the patch! But, it looks like Nicolas Goaziou has already
updated emacs-project to version 0.8.0 in
38a874ba7ebbe93164b814c686dbddc0a62d4a49. So, I'm closing this issue.

Thanks,
Arun

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

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

end of thread, other threads:[~2021-10-09 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 11:36 [bug#50619] [PATCH] gnu: emacs-project: Update to 0.7.1 Xinglu Chen
2021-10-09 15:03 ` bug#50619: " Arun Isaac

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.