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

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

bug#48222: closed ([PATCH] guix: cvs-download: Fix module exports)


From: GNU bug Tracking System
Subject: bug#48222: closed ([PATCH] guix: cvs-download: Fix module exports)
Date: Wed, 05 May 2021 13:17:02 +0000

Your message dated Wed, 05 May 2021 15:16:21 +0200
with message-id <87zgx9jp7e.fsf@gnu.org>
and subject line Re: bug#48222: [PATCH] guix: cvs-download: Fix module exports
has caused the debbugs.gnu.org bug report #48222,
regarding [PATCH] guix: cvs-download: Fix module exports
to be marked as done.

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


-- 
48222: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48222
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] guix: cvs-download: Fix module exports Date: Tue, 04 May 2021 12:01:06 +0200
* guix/cvs-download.scm: Remove non-existent export cvs-reference-url,
  add cvs-reference-root-directory and cvs-reference-module
---
 guix/cvs-download.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/cvs-download.scm b/guix/cvs-download.scm
index 11a78f2994..943d971622 100644
--- a/guix/cvs-download.scm
+++ b/guix/cvs-download.scm
@@ -28,7 +28,8 @@
   #:use-module (ice-9 match)
   #:export (cvs-reference
             cvs-reference?
-            cvs-reference-url
+            cvs-reference-root-directory
+            cvs-reference-module
             cvs-reference-revision
             cvs-fetch))
 
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#48222: [PATCH] guix: cvs-download: Fix module exports Date: Wed, 05 May 2021 15:16:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * guix/cvs-download.scm: Remove non-existent export cvs-reference-url,
>   add cvs-reference-root-directory and cvs-reference-module

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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