[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: xmobar: Update to 0.44.2.
From: |
guix-commits |
Subject: |
03/07: gnu: xmobar: Update to 0.44.2. |
Date: |
Sun, 4 Sep 2022 13:52:22 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit f9a492394067841ca9fab799a3c3d69d6e5c6247
Author: gyara <me@gyara.moe>
AuthorDate: Sun Sep 4 10:03:07 2022 +0900
gnu: xmobar: Update to 0.44.2.
* gnu/packages/wm.scm (xmobar): Update to 0.44.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5084d194a6..090ad9144c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -832,14 +832,14 @@ tiled on several screens.")
(define-public xmobar
(package
(name "xmobar")
- (version "0.40")
+ (version "0.44.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/xmobar/"
"xmobar-" version ".tar.gz"))
(sha256
(base32
- "1mrdiblm8vilkm1w23pz6xbi16zh1b1lvql26czjzw5k79vd67sf"))))
+ "0gdphjn5ll5lkb2psdsb34563wsz6g0y2gg3z8cj4jy8lvbbv808"))))
(build-system haskell-build-system)
(native-inputs
(list ghc-hspec hspec-discover))
- branch master updated (96f3793b33 -> 75febb00a5), guix-commits, 2022/09/04
- 01/07: gnu: shotwell: Update to 0.30.16., guix-commits, 2022/09/04
- 03/07: gnu: xmobar: Update to 0.44.2.,
guix-commits <=
- 02/07: gnu: Add cl-portable-condition-system., guix-commits, 2022/09/04
- 06/07: gnu: erlang: Update to 25.0.4., guix-commits, 2022/09/04
- 07/07: gnu: f3d: Update to 1.3.0-pre-0.46df21f., guix-commits, 2022/09/04
- 05/07: gnu: elixir: Update to 1.14.0., guix-commits, 2022/09/04
- 04/07: gnu: foot: Update to 1.13.1., guix-commits, 2022/09/04