[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: dmenu: Update to 5.0.
From: |
guix-commits |
Subject: |
01/06: gnu: dmenu: Update to 5.0. |
Date: |
Wed, 23 Sep 2020 06:40:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fec41dc0590d900d1fc7cf92d82e92b65cabdba2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 12:39:01 2020 +0200
gnu: dmenu: Update to 5.0.
* gnu/packages/suckless.scm (dmenu): Update to 5.0.
---
gnu/packages/suckless.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 51a82a5..7e297eb 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -137,14 +137,14 @@ optimising the environment for the application in use and
the task performed.")
(define-public dmenu
(package
(name "dmenu")
- (version "4.9")
+ (version "5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.suckless.org/tools/dmenu-"
version ".tar.gz"))
(sha256
(base32
- "0ia9nqr83bv6x247q30bal0v42chcj9qcjgv59xs6xj46m7iz5xk"))))
+ "1lvfxzg3chsgcqbc2vr0zic7vimijgmbvnspayx73kyvqi1f267y"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests
- branch master updated (6e39866 -> 63003bd), guix-commits, 2020/09/23
- 02/06: installer: Fix docstring typo., guix-commits, 2020/09/23
- 01/06: gnu: dmenu: Update to 5.0.,
guix-commits <=
- 03/06: gnu: youtube-dl: Update to 2020.09.20., guix-commits, 2020/09/23
- 05/06: gnu: libssh: Update to 0.9.5 [security fixes?]., guix-commits, 2020/09/23
- 06/06: gnu: jucipp: Update to 1.6.1., guix-commits, 2020/09/23
- 04/06: gnu: python-pynvim: Update to 0.4.2., guix-commits, 2020/09/23