all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Alesius <paul@unnservice.com>
To: 54504@debbugs.gnu.org
Subject: [bug#54504] [PATCH] curl: Update to version 7.82.0
Date: Mon, 21 Mar 2022 18:05:08 +0100	[thread overview]
Message-ID: <CAL8jUGVZezsEmKTXSAwpZo7e_mnwGtF6-_=X0CDqDVf5JxibRw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-curl-Update-to-version-7.82.0.patch --]
[-- Type: text/x-patch, Size: 1100 bytes --]

From 153536417acd0143bd6013e9404f6dc6f863daa2 Mon Sep 17 00:00:00 2001
From: Paul Alesius <paul@unnservice.com>
Date: Mon, 21 Mar 2022 17:37:02 +0100
Subject: [PATCH] curl: Update to version 7.82.0

---
 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 d36519260e..98bd501c11 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -61,14 +61,14 @@ (define-module (gnu packages curl)
 (define-public curl
   (package
    (name "curl")
-   (version "7.79.1")
+   (version "7.82.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://curl.haxx.se/download/curl-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "129n9hi7rbg3s112chyadhp4y27ppb5i65n12wm77aw2255zf1h6"))
+               "0g2qibjxq3397myjkw3asyxqvhym1pl3qw7jaii9dc04ppbi5aha"))
              (patches (search-patches "curl-use-ssl-cert-env.patch"))))
    (build-system gnu-build-system)
    (outputs '("out"
-- 
2.34.0


             reply	other threads:[~2022-03-21 17:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21 17:05 Paul Alesius [this message]
2022-05-08  9:57 ` bug#54504: [PATCH] curl: Update to version 7.82.0 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAL8jUGVZezsEmKTXSAwpZo7e_mnwGtF6-_=X0CDqDVf5JxibRw@mail.gmail.com' \
    --to=paul@unnservice.com \
    --cc=54504@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.