guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: c-ares: Update to 1.16.1.


From: guix-commits
Subject: 01/04: gnu: c-ares: Update to 1.16.1.
Date: Sun, 17 May 2020 08:15:24 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 65b1e8994208cb7b05392329ee457d3ba973fae3
Author: Marius Bakke <address@hidden>
AuthorDate: Sun May 17 14:12:38 2020 +0200

    gnu: c-ares: Update to 1.16.1.
    
    * gnu/packages/adns.scm (c-ares): Update to 1.16.1.
---
 gnu/packages/adns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/adns.scm b/gnu/packages/adns.scm
index 5d8c6fd..f492370 100644
--- a/gnu/packages/adns.scm
+++ b/gnu/packages/adns.scm
@@ -62,7 +62,7 @@ scripts.")
 (define-public c-ares
   (package
     (name "c-ares")
-    (version "1.16.0")
+    (version "1.16.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -70,7 +70,7 @@ scripts.")
                     ".tar.gz"))
               (sha256
                (base32
-                "129sm0wzij0mp8vdv68v18hnykcjb6ivi66wnqnnw598q7bql1fy"))))
+                "1kl6bzlcmxn0524h5qldlbh99wf96whhvk54w3p4igf3xk8150yh"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]