unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37251] [PATCH] gnu: txr: Update to 224.
@ 2019-09-01  8:48 Guillaume Le Vaillant
  2019-09-01 20:24 ` bug#37251: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Le Vaillant @ 2019-09-01  8:48 UTC (permalink / raw)
  To: 37251; +Cc: Guillaume Le Vaillant

* 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

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

* bug#37251: [PATCH] gnu: txr: Update to 224.
  2019-09-01  8:48 [bug#37251] [PATCH] gnu: txr: Update to 224 Guillaume Le Vaillant
@ 2019-09-01 20:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-09-01 20:24 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 37251-done

Hi,

Guillaume Le Vaillant <glv@posteo.net> 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’.

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

end of thread, other threads:[~2019-09-01 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-01  8:48 [bug#37251] [PATCH] gnu: txr: Update to 224 Guillaume Le Vaillant
2019-09-01 20:24 ` bug#37251: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).