me
/
guix
Archived
1
0
Fork 0

gnu: surfraw: Update to 2.3.0.

* gnu/packages/web.scm (surfraw): Update to 2.3.0.
master
Tobias Geerinckx-Rice 2019-04-11 03:59:58 +02:00
parent 20d509643c
commit 58d20bf01a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 8 deletions

View File

@ -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