guix-commits
[Top][All Lists]
Advanced

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

16/34: gnu: libpsl: Update to 0.21.1.


From: guix-commits
Subject: 16/34: gnu: libpsl: Update to 0.21.1.
Date: Sat, 25 Jul 2020 16:46:41 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 574a5ea5a001b5aaa23eb021a3c4cdc283d06e1d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:40:25 2020 +0200

    gnu: libpsl: Update to 0.21.1.
    
    * gnu/packages/web.scm (libpsl): Update to 0.21.1.
    [source](uri): Adjust for new URL.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2263c4e..980b51d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1258,15 +1258,15 @@ perform the opening handshake in HTTP.")
 (define-public libpsl
   (package
     (name "libpsl")
-    (version "0.21.0")
+    (version "0.21.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rockdaboot/libpsl/";
-                                  "releases/download/libpsl-" version
+                                  "releases/download/" version
                                   "/libpsl-" version ".tar.gz"))
               (sha256
                (base32
-                "04pfagb7ppq3yibx4lhazd1v9nwkxdfkyy2rgcrmrf3mldsirga1"))))
+                "0k0d46bbh1jj2ll369f134vciplrzbqkg7fv9m62bl6lzghy2v5c"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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