guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libproxy: Update to 0.4.17.


From: guix-commits
Subject: branch master updated: gnu: libproxy: Update to 0.4.17.
Date: Thu, 31 Dec 2020 13:51:14 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 592d695  gnu: libproxy: Update to 0.4.17.
592d695 is described below

commit 592d6952f68f0feb45965027e533a7b1a2909004
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Thu Dec 31 14:16:31 2020 +0100

    gnu: libproxy: Update to 0.4.17.
    
    * gnu/packages/networking.scm (libproxy): Update to 0.4.17.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 30b17da..8c9db0c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2111,7 +2111,7 @@ sockets in Perl.")
 (define-public libproxy
   (package
     (name "libproxy")
-    (version "0.4.15")
+    (version "0.4.17")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/libproxy/libproxy/";
@@ -2119,7 +2119,7 @@ sockets in Perl.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0kvdrazlzwia876w988cmlypp253gwy6idlh8mjk958c29jb8kb5"))))
+                "01cbgz6lc3v59sldqk96l1281kp2qxnsa2qwlf2ikvjlyr1gi2dw"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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