[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33701] [PATCH staging 11/23] gnu: curl: Remove replacement for 7.62
From: |
Marius Bakke |
Subject: |
[bug#33701] [PATCH staging 11/23] gnu: curl: Remove replacement for 7.62.0. |
Date: |
Tue, 11 Dec 2018 02:14:04 +0100 |
* gnu/packages/curl.scm (curl): Update to 7.62.0.
[replacement]: Remove field.
(curl-7.62.0): Remove variable.
---
gnu/packages/curl.scm | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 61313af7d2..9430ece467 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -50,15 +50,14 @@
(define-public curl
(package
(name "curl")
- (version "7.61.1")
- (replacement curl-7.62.0)
+ (version "7.62.0")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
- "148qv1f32290r9pwg07mccawihz4srznkzsdwdl2xllvlgb16n9x"))))
+ "1hbm29r3pirhn4gkcnd94ylc4jzgn3v3v7qbay9awxg7bwx69dfs"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1.2 MiB of man3 pages
@@ -142,19 +141,6 @@ tunneling, and so on.")
"See COPYING in the distribution."))
(home-page "https://curl.haxx.se/")))
-(define-public curl-7.62.0
- (package
- (inherit curl)
- (version "7.62.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://curl.haxx.se/download/curl-"
- version ".tar.xz"))
- (sha256
- (base32
- "1hbm29r3pirhn4gkcnd94ylc4jzgn3v3v7qbay9awxg7bwx69dfs"))))))
-
(define-public kurly
(package
(name "kurly")
--
2.20.0
- [bug#33701] [PATCH staging 12/23] gnu: ghostscript: Update to 9.26., (continued)
- [bug#33701] [PATCH staging 12/23] gnu: ghostscript: Update to 9.26., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 13/23] gnu: icu4c: Update to 63.1., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 15/23] gnu: nghttp2: Update to 1.35.1., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 07/23] gnu: glib: Update to 2.56.3., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 10/23] gnu: libqmi: Update to 1.20.2., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 05/23] gnu: D-Bus: Update to 1.12.12., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 03/23] gnu: harfbuzz: Update to 2.2.0., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 14/23] gnu: tzdata-for-tests: Update to 2018g., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 08/23] gnu: pixman: Update to 0.36.0., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 11/23] gnu: curl: Remove replacement for 7.62.0.,
Marius Bakke <=
- [bug#33701] [PATCH staging 09/23] gnu: cairo: Update to 1.16.0., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 04/23] gnu: poppler: Update to 0.72.0., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 06/23] gnu: glib: Remove obsolete variable., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 02/23] gnu: libjpeg-turbo: Update to 2.0.1., Marius Bakke, 2018/12/10
- [bug#33701] [PATCH staging 00/23] Glib/GTK+ updates, Marius Bakke, 2018/12/11
- [bug#33701] [PATCH staging 00/23] Glib/GTK+ updates, Leo Famulari, 2018/12/11