From a5f2b44367c3589e02d11580ed189fac92cf3bf1 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 17 Mar 2018 03:19:53 -0400 Subject: gnu: curl: Ungraft. * gnu/packages/curl.scm (curl): Update to 7.59.0. [replacement]: Remove field. (curl-7.59.0): Remove variable. --- gnu/packages/curl.scm | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index 698ae5d301..bc35714595 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm @@ -48,15 +48,14 @@ (define-public curl (package (name "curl") - (version "7.57.0") - (replacement curl-7.59.0) + (version "7.59.0") (source (origin (method url-fetch) (uri (string-append "https://curl.haxx.se/download/curl-" version ".tar.xz")) (sha256 (base32 - "0y3qbjjcxhcvm1yawp3spfssjbskv0g6gyzld6ckif5pf8ygvxpm")))) + "1z310hrjm2vmbcpkyp81dcmj9rk127zkjyawpy2pah0nz6yslkp4")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;1.2 MiB of man3 pages @@ -139,19 +138,6 @@ tunneling, and so on.") "See COPYING in the distribution.")) (home-page "https://curl.haxx.se/"))) -(define-public curl-7.59.0 - (package - (inherit curl) - (version "7.59.0") - (source - (origin - (method url-fetch) - (uri (string-append "https://curl.haxx.se/download/curl-" - version ".tar.xz")) - (sha256 - (base32 - "1z310hrjm2vmbcpkyp81dcmj9rk127zkjyawpy2pah0nz6yslkp4")))))) - (define-public kurly (package (name "kurly") -- cgit v1.2.3 '>log msg
path: root/doc/build.scm
AgeCommit message (Expand)Author
2021-07-09doc: Build manual translations with 'guile-3.0-latest'....Ludovic Courtès
2021-04-20doc: Clarify further the distinction between the web-based manuals....Leo Famulari
2021-04-18doc: Build the French HTML cookbook....Julien Lepiller
2021-03-20doc: Remove the guile-lib/htmlprag-fixed package....Maxim Cournoyer
2020-10-21doc: Cookbook links to /manual/devel, not /manual....Ludovic Courtès
2020-10-19doc: Produce stylable HTML for @deftp, @deffn, etc....Ludovic Courtès
2020-10-17doc: Generate cross-references in code snippets to the Guile manual....Ludovic Courtès
2020-10-17doc: Allow code snippets in the cookbook to link to the manual....Ludovic Courtès
2020-10-17doc: Move manual index creation to a separate derivation....Ludovic Courtès
2020-10-17doc: Remove 'build.scm' from the source of the manual....Ludovic Courtès
2020-09-04doc: Syntax highlighting now handles @var within @lisp....Ludovic Courtès
2020-05-25doc: Remove one use of 'file-append*'....Ludovic Courtès
2020-05-18doc: Inherit md5.scm fix in custom 'guile-lib' variant....Ludovic Courtès
2020-05-02doc: Fix building the cookbook....Björn Höfling
2020-04-21doc: Include *.json files in the source....Ludovic Courtès
2020-04-13doc: Improve anchor collection....Ludovic Courtès
2020-04-13doc: Avoid invalid 'match' pattern in 'syntax-highlighted-html'....Ludovic Courtès
2020-04-13doc: Emit hyperlinks in HTML output for @lisp snippets....Ludovic Courtès
2020-01-12doc: Make sure 'htmlxref.cnf' is honored....Ludovic Courtès
2019-11-28doc: Handle right arrows in 'syntax-highlighted-html'....Ludovic Courtès
2019-10-22doc: Use the right title in HTML indices for the cookbook....Ludovic Courtès
2019-10-21doc: More responsive online manual....Julien Lepiller
2019-10-21doc: Add support for "guix-cookbook.texi" to 'build.scm'....Ludovic Courtès
2019-09-25doc: Support paren matching via CSS hover....Ludovic Courtès
2019-09-07doc: Work around (htmlprag) parser issue....Ludovic Courtès
2019-09-07doc: Highlight Scheme syntax in the HTML output....Ludovic Courtès