[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: dmenu: Update to 5.1.
From: |
guix-commits |
Subject: |
06/07: gnu: dmenu: Update to 5.1. |
Date: |
Thu, 10 Mar 2022 19:45:22 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit bcb033e294bc844c9561cc4e2fea59ccc9ed98c7
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Sat Mar 5 11:36:08 2022 +0530
gnu: dmenu: Update to 5.1.
[1. text/patch]
From be477cb5402da42ced667a06e4f503da5ba751f8 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sat, 5 Mar 2022 11:18:36 +0530
Subject: [PATCH] gnu: dmenu: Update to 5.1.
* gnu/packages/suckless.scm (dmenu): Update to 5.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/suckless.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 708eb2c338..5aa37657b9 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2021 Alexandru-Sergiu Marton <brown121407@posteo.ro>
;;; Copyright © 2021 Nikolay Korotkiy <sikmir@disroot.org>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -273,14 +274,14 @@ optimising the environment for the application in use and
the task performed.")
(define-public dmenu
(package
(name "dmenu")
- (version "5.0")
+ (version "5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.suckless.org/tools/dmenu-"
version ".tar.gz"))
(sha256
(base32
- "1lvfxzg3chsgcqbc2vr0zic7vimijgmbvnspayx73kyvqi1f267y"))))
+ "1mcg6i5g2c4wsyq9ap739si4zghk1xg6c3msdqrbfzm3pfg70k8z"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests
- branch master updated (d4f6ea2525 -> 5eeaf362f8), guix-commits, 2022/03/10
- 04/07: gnu: lemonbar: Update to 1.4., guix-commits, 2022/03/10
- 03/07: gnu: xbanish: Update to 1.8., guix-commits, 2022/03/10
- 07/07: gnu: xlockmore: Update to 5.68., guix-commits, 2022/03/10
- 06/07: gnu: dmenu: Update to 5.1.,
guix-commits <=
- 02/07: gnu: xdotool: Update to 3.20211022.1., guix-commits, 2022/03/10
- 05/07: gnu: lemonbar: Use G-expressions., guix-commits, 2022/03/10
- 01/07: gnu: font-sarasa-gothic: Update to 0.36.0., guix-commits, 2022/03/10