gnu: curl: Update to 7.65.1.
* gnu/packages/curl.scm (curl): Update to 7.65.1.
This commit is contained in:
parent
2489acc9bd
commit
755e81aba1
1 changed files with 2 additions and 2 deletions
|
@ -50,14 +50,14 @@ (define-module (gnu packages curl)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue