gnu: sent: Update to 1.

* gnu/packages/suckless.scm (sent): Update to 1.
[source]: Switch to URL-FETCH/TARBALL.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-30 22:08:12 +02:00
parent fc1a7b58d7
commit 8f7c6a5ff7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -312,19 +312,19 @@ point surf to another URI by setting its XProperties.")
(define-public sent (define-public sent
(package (package
(name "sent") (name "sent")
(version "0.2") (version "1")
(source (origin (source (origin
(method url-fetch) (method url-fetch/tarbomb)
(uri (string-append "https://dl.suckless.org/tools/sent-" (uri (string-append "https://dl.suckless.org/tools/sent-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xhh752hwaa26k4q6wvrb9jnpbnylss2aw6z11j7l9rav7wn3fak")))) "0cxysz5lp25mgww73jl0mgip68x7iyvialyzdbriyaff269xxwvv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
(delete 'configure)) ;no configuration (delete 'configure)) ; no configuration
#:tests? #f ;no test suite #:tests? #f ; no test suite
#:make-flags (let ((pkg-config (lambda (flag) #:make-flags (let ((pkg-config (lambda (flag)
(string-append (string-append
"$(shell pkg-config " flag " " "$(shell pkg-config " flag " "