guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libpsl: Update to 0.17.0.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: libpsl: Update to 0.17.0.
Date: Tue, 17 Jan 2017 17:42:27 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 16869cecf60f540ecc812f372dd2e317016fe049
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 16 15:45:57 2017 +0100

    gnu: libpsl: Update to 0.17.0.
    
    * gnu/packages/web.scm (libpsl): Update to 0.17.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 5901e0e..b94c6c0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -527,7 +527,7 @@ for efficient socket-like bidirectional reliable 
communication channels.")
 (define-public libpsl
   (package
     (name "libpsl")
-    (version "0.16.1")
+    (version "0.17.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rockdaboot/libpsl/";
@@ -535,7 +535,7 @@ for efficient socket-like bidirectional reliable 
communication channels.")
                                   "/libpsl-" version ".tar.gz"))
               (sha256
                (base32
-                "1srrd0iyz9p5xgl8q0hrzqg7p8cl9ar0cdb8f54hls4kllf3f80l"))))
+                "0jyxwc6bcvkcahkwcq237a0x209cysb63n5lak5m7zbglbb2jmq2"))))
     (build-system gnu-build-system)
     (inputs
      `(("icu4c" ,icu4c)



reply via email to

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