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

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

[debbugs-tracker] bug#37251: closed ([PATCH] gnu: txr: Update to 224.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37251: closed ([PATCH] gnu: txr: Update to 224.)
Date: Sun, 01 Sep 2019 20:25:02 +0000

Your message dated Sun, 01 Sep 2019 22:24:32 +0200
with message-id <address@hidden>
and subject line Re: [bug#37251] [PATCH] gnu: txr: Update to 224.
has caused the debbugs.gnu.org bug report #37251,
regarding [PATCH] gnu: txr: Update to 224.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37251: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37251
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: txr: Update to 224. Date: Sun, 1 Sep 2019 10:48:19 +0200
* gnu/packages/lisp.scm (txr): Update to 224.
  [source]: Use git-fetch instead of fetching a cgit snapshot.
---
 gnu/packages/lisp.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 34edea41de..ab1c84262e 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5337,17 +5337,18 @@ port within a range.")
 (define-public txr
   (package
     (name "txr")
-    (version "223")
+    (version "224")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "http://www.kylheku.com/cgit/txr/snapshot/txr-";
-                           version
-                           ".tar.bz2"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "http://www.kylheku.com/git/txr/";)
+             (commit (string-append "txr-" version))))
+       (file-name (git-file-name name version))
        (patches (search-patches "txr-shell.patch"))
        (sha256
         (base32
-         "0109q8idqggba3kx58dpm5ccfpdrki68npkcxm18p5ga24611fcv"))))
+         "1036k71f6mffy9rjwzmhr5nnp1n0wzb0rqvilpzvb8jc5yxv0810"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("cc=gcc")
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37251] [PATCH] gnu: txr: Update to 224. Date: Sun, 01 Sep 2019 22:24:32 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi,

Guillaume Le Vaillant <address@hidden> skribis:

> * gnu/packages/lisp.scm (txr): Update to 224.
>   [source]: Use git-fetch instead of fetching a cgit snapshot.

Applied!  It’s a good idea to change to ‘git-fetch’, indeed.

Thanks,
Ludo’.



--- End Message ---

reply via email to

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