guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libpsl: Update to 0.15.0.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: libpsl: Update to 0.15.0.
Date: Mon, 14 Nov 2016 13:13:22 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 88eaed617455fabb909972e61e48920d466a38cc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 14 13:55:12 2016 +0100

    gnu: libpsl: Update to 0.15.0.
    
    * gnu/packages/web.scm (libpsl): Update to 0.15.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 6cffc79..81f861a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -461,7 +461,7 @@ for efficient socket-like bidirectional reliable 
communication channels.")
 (define-public libpsl
   (package
     (name "libpsl")
-    (version "0.14.0")
+    (version "0.15.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rockdaboot/libpsl/";
@@ -469,7 +469,7 @@ for efficient socket-like bidirectional reliable 
communication channels.")
                                   "/libpsl-" version ".tar.gz"))
               (sha256
                (base32
-                "1yrfkwjw5b9y9qb4xqw7g0hk0wdscay701c1wkg8fp7lxny99iz8"))))
+                "0wm9i3qshfdasd5s5nrdihl4f5c6zrd1nkqrqjnh7zhhv1an755m"))))
     (build-system gnu-build-system)
     (inputs
      `(("icu4c" ,icu4c)



reply via email to

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