all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49974] [PATCH] gnu: emacs-project: Update to 0.6.1.
@ 2021-08-10  9:11 Xinglu Chen
  2021-08-11 12:35 ` bug#49974: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-08-10  9:11 UTC (permalink / raw)
  To: 49974

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

base-commit: 1fa4485fb033874fd56b025e8ec998aebc245fe5
-- 
2.32.0







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

* bug#49974: [PATCH] gnu: emacs-project: Update to 0.6.1.
  2021-08-10  9:11 [bug#49974] [PATCH] gnu: emacs-project: Update to 0.6.1 Xinglu Chen
@ 2021-08-11 12:35 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2021-08-11 12:35 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 49974-done

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.6.1.

Pushed, thank you!




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

end of thread, other threads:[~2021-08-11 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10  9:11 [bug#49974] [PATCH] gnu: emacs-project: Update to 0.6.1 Xinglu Chen
2021-08-11 12:35 ` bug#49974: " 宋文武

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.