[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/31: gnu: sent: Update to 1.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/31: gnu: sent: Update to 1. |
Date: |
Wed, 30 May 2018 22:55:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8f7c6a5ff79f363a39d3a7108ae245c2e12ad32b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed May 30 22:08:12 2018 +0200
gnu: sent: Update to 1.
* gnu/packages/suckless.scm (sent): Update to 1.
[source]: Switch to URL-FETCH/TARBALL.
---
gnu/packages/suckless.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 2fb3501..3ff4b2e 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -312,19 +312,19 @@ point surf to another URI by setting its XProperties.")
(define-public sent
(package
(name "sent")
- (version "0.2")
+ (version "1")
(source (origin
- (method url-fetch)
+ (method url-fetch/tarbomb)
(uri (string-append "https://dl.suckless.org/tools/sent-"
version ".tar.gz"))
(sha256
(base32
- "0xhh752hwaa26k4q6wvrb9jnpbnylss2aw6z11j7l9rav7wn3fak"))))
+ "0cxysz5lp25mgww73jl0mgip68x7iyvialyzdbriyaff269xxwvv"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
- (delete 'configure)) ;no configuration
- #:tests? #f ;no test suite
+ (delete 'configure)) ; no configuration
+ #:tests? #f ; no test suite
#:make-flags (let ((pkg-config (lambda (flag)
(string-append
"$(shell pkg-config " flag " "
- branch master updated (370e87f -> e9ae846), Tobias Geerinckx-Rice, 2018/05/30
- 01/31: gnu: isync: Add zlib compression support., Tobias Geerinckx-Rice, 2018/05/30
- 03/31: gnu: st: Update to 0.8.1., Tobias Geerinckx-Rice, 2018/05/30
- 02/31: gnu: spoon: Update to 0.6., Tobias Geerinckx-Rice, 2018/05/30
- 07/31: gnu: lchat: Mark up description., Tobias Geerinckx-Rice, 2018/05/30
- 08/31: gnu: skalibs: Update to 2.6.4.0., Tobias Geerinckx-Rice, 2018/05/30
- 11/31: gnu: ffmpeg: Use INVOKE., Tobias Geerinckx-Rice, 2018/05/30
- 13/31: gnu: krona-tools: Use INVOKE., Tobias Geerinckx-Rice, 2018/05/30
- 04/31: gnu: sent: Update to 1.,
Tobias Geerinckx-Rice <=
- 05/31: gnu: human: Update to 0.3., Tobias Geerinckx-Rice, 2018/05/30
- 06/31: gnu: lchat: Update to 0.0.0-3.f951919., Tobias Geerinckx-Rice, 2018/05/30
- 09/31: gnu: s6-rc: Update to 0.4.0.1., Tobias Geerinckx-Rice, 2018/05/30
- 10/31: gnu: r-dplyr: Update to 0.7.5., Tobias Geerinckx-Rice, 2018/05/30
- 12/31: gnu: fcgiwrap: Use INVOKE., Tobias Geerinckx-Rice, 2018/05/30
- 14/31: gnu: tipp10: Use INVOKE., Tobias Geerinckx-Rice, 2018/05/30
- 15/31: gnu: tidy: Use INVOKE., Tobias Geerinckx-Rice, 2018/05/30
- 18/31: gnu: surfraw: Use INVOKE., Tobias Geerinckx-Rice, 2018/05/30
- 19/31: gnu: httptunnel: Use INVOKE., Tobias Geerinckx-Rice, 2018/05/30
- 21/31: gnu: python-clf: Use INVOKE., Tobias Geerinckx-Rice, 2018/05/30