guix-commits
[Top][All Lists]
Advanced

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

27/88: gnu: surfraw: Update to 2.3.0.


From: guix-commits
Subject: 27/88: gnu: surfraw: Update to 2.3.0.
Date: Wed, 10 Apr 2019 23:44:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 58d20bf01a89ce7933ca083d5b3ad11327ce3d41
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 11 03:59:58 2019 +0200

    gnu: surfraw: Update to 2.3.0.
    
    * gnu/packages/web.scm (surfraw): Update to 2.3.0.
---
 gnu/packages/web.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 49a382a..ff26314 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4637,14 +4637,15 @@ handling many of the web standards in use today.")
 (define-public surfraw
   (package
     (name "surfraw")
-    (version "2.2.9")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://surfraw.alioth.debian.org/dist/";
-                                  name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1fy4ph5h9kp0jzj1m6pfylxnnmgdk0mmdppw76z9jhna4jndk5xa"))))
+    (version "2.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://gitlab.com/surfraw/Surfraw/uploads/";
+                           "2de827b2786ef2fe43b6f07913ca7b7f/"
+                           "surfraw-" version ".tar.gz"))
+       (sha256
+        (base32 "099nbif0x5cbcf18snc58nx1a3q7z0v9br9p2jiq9pcc7ic2015d"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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