GNU bug report logs - #49974
[PATCH] gnu: emacs-project: Update to 0.6.1.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Tue, 10 Aug 2021 09:12:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> outlook.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Xinglu Chen <public <at> yoctocell.xyz>
Subject: bug#49974: closed (Re: bug#49974: [PATCH] gnu: emacs-project:
 Update to 0.6.1.)
Date: Wed, 11 Aug 2021 12:36:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#49974: [PATCH] gnu: emacs-project: Update to 0.6.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 49974 <at> debbugs.gnu.org.

-- 
49974: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49974
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> outlook.com>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 49974-done <at> debbugs.gnu.org
Subject: Re: bug#49974: [PATCH] gnu: emacs-project: Update to 0.6.1.
Date: Wed, 11 Aug 2021 20:35:40 +0800
Xinglu Chen <public <at> yoctocell.xyz> writes:

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

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-project: Update to 0.6.1.
Date: Tue, 10 Aug 2021 11:11:20 +0200
* 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






This bug report was last modified 3 years and 345 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.