[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: curl: Update to 7.65.1.
From: |
guix-commits |
Subject: |
03/14: gnu: curl: Update to 7.65.1. |
Date: |
Sun, 16 Jun 2019 03:44:54 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 755e81aba157b720b2c9d32100adb239cd96b5ec
Author: Marius Bakke <address@hidden>
Date: Fri Jun 14 15:54:48 2019 +0200
gnu: curl: Update to 7.65.1.
* gnu/packages/curl.scm (curl): Update to 7.65.1.
---
gnu/packages/curl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 6d1ab81..8605c12 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -50,14 +50,14 @@
(define-public curl
(package
(name "curl")
- (version "7.65.0")
+ (version "7.65.1")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
- "1kb6p510m0n0y1c8fjxbcs6dyaqgm8i54pjvj29zc14lj9ix4rkp"))))
+ "0ym7b741hp4mgrvgp2z5ia7kb0pfqzdmfc65qzmml8vzhxs21hpn"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1.2 MiB of man3 pages
- branch core-updates updated (852d30a -> b1593c1), guix-commits, 2019/06/16
- 02/14: gnu: CMake: Update to 3.14.5., guix-commits, 2019/06/16
- 05/14: gnu: GnuTLS: Update to 3.6.8., guix-commits, 2019/06/16
- 01/14: gnu: freetype: Update to 2.10.0., guix-commits, 2019/06/16
- 03/14: gnu: curl: Update to 7.65.1.,
guix-commits <=
- 11/14: gnu: jbig2dec: Update to 0.16., guix-commits, 2019/06/16
- 04/14: gnu: harfbuzz: Update to 2.5.1., guix-commits, 2019/06/16
- 13/14: gnu: cross-base: Fix C++ cross-compilation problems with GCC 7., guix-commits, 2019/06/16
- 10/14: gnu: adb: Build against OpenSSL 1.0., guix-commits, 2019/06/16
- 14/14: gnu: bison: Disable parallel build., guix-commits, 2019/06/16
- 06/14: gnu: nghttp2: Update to 1.39.1., guix-commits, 2019/06/16
- 09/14: gnu: poppler: Update to 0.77.0., guix-commits, 2019/06/16
- 08/14: gnu: texlive-bin: Remove GCC5 workaround., guix-commits, 2019/06/16
- 12/14: gnu: ghostscript: Update to 9.27., guix-commits, 2019/06/16
- 07/14: gnu: libarchive: Update to 3.4.0., guix-commits, 2019/06/16