[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/31: gnu: spoon: Update to 0.6.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/31: gnu: spoon: Update to 0.6. |
Date: |
Wed, 30 May 2018 22:55:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 504d16dd044e1a369384f9e9582f4eace6e02f83
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed May 30 21:16:01 2018 +0200
gnu: spoon: Update to 0.6.
* gnu/packages/suckless.scm (spoon): Update to 0.6.
---
gnu/packages/suckless.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 4cd0773..008dd0d 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -171,7 +171,7 @@ numbers of user-defined menu items efficiently.")
(define-public spoon
(package
(name "spoon")
- (version "0.3")
+ (version "0.6")
(source
(origin
(method url-fetch)
@@ -179,16 +179,16 @@ numbers of user-defined menu items efficiently.")
name "-" version ".tar.gz"))
(sha256
(base32
- "10c5i7ykpy7inzzfiw1dh0srpkljycr3blxhvd8160wsvplbws48"))))
+ "1jpmg9k9f4f3lpz0k3cphqjswlyf8lz2sm8ccifiip93kd4rrdj0"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; No tests
+ `(#:tests? #f ; no tests
#:make-flags (list "CC=gcc"
(string-append "PREFIX=" %output))))
(inputs
`(("libx11" ,libx11)
("libxkbfile" ,libxkbfile)
- ("alsa-lib" ,alsa-lib)
+ ("alsa-lib" ,alsa-lib) ; tinyalsa (unpackaged) would suffice
("libmpdclient" ,libmpdclient)))
(home-page "https://git.2f30.org/spoon/")
(synopsis "Set dwm status")
- 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 <=
- 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, 2018/05/30
- 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