guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: libpsl: Update to 0.21.0.


From: guix-commits
Subject: 08/10: gnu: libpsl: Update to 0.21.0.
Date: Sat, 4 May 2019 10:55:14 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 111adbd338a1b8b7058ae3b2a092a6e2cf61e4f6
Author: Marius Bakke <address@hidden>
Date:   Thu May 2 13:51:09 2019 +0200

    gnu: libpsl: Update to 0.21.0.
    
    * gnu/packages/web.scm (libpsl): Update to 0.21.0.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7242ede..613c4f3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -853,7 +853,7 @@ for efficient socket-like bidirectional reliable 
communication channels.")
 (define-public libpsl
   (package
     (name "libpsl")
-    (version "0.20.2")
+    (version "0.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rockdaboot/libpsl/";
@@ -861,7 +861,7 @@ for efficient socket-like bidirectional reliable 
communication channels.")
                                   "/libpsl-" version ".tar.gz"))
               (sha256
                (base32
-                "03sn3fbcrmgl9x2f1gc6rbrdlbrnwbhrnkgi733gqb95cvmhmzgq"))))
+                "04pfagb7ppq3yibx4lhazd1v9nwkxdfkyy2rgcrmrf3mldsirga1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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