[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: dunst: Update to 1.10.0.
From: |
guix-commits |
Subject: |
08/09: gnu: dunst: Update to 1.10.0. |
Date: |
Tue, 26 Mar 2024 04:55:38 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 68dbb11cff9a2e6433fecc492e758ee5b346e3fe
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 26 08:08:32 2024 +0200
gnu: dunst: Update to 1.10.0.
* gnu/packages/wm.scm (dunst): Update to 1.10.0.
Change-Id: Ibb59fa1e7b226862893f647caf145f6af05a55d4
---
gnu/packages/wm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7d21d04094..f1e351bd04 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2015 xd1le <elisp.vim@gmail.com>
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
-;;; Copyright © 2016, 2019, 2020, 2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2019, 2020, 2023, 2024 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
;;; Copyright © 2016 Carlo Zancanaro <carlo@zancanaro.id.au>
;;; Copyright © 2016 2019, 2021-2022 Ludovic Courtès <ludo@gnu.org>
@@ -1505,7 +1505,7 @@ project derived from the original Calm Window Manager.")
(define-public dunst
(package
(name "dunst")
- (version "1.9.2")
+ (version "1.10.0")
(source
(origin
(method git-fetch)
@@ -1514,7 +1514,7 @@ project derived from the original Calm Window Manager.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "17zrw7jrnlyln81pxw7p4jgvl7j1w1gf488nfskhns6j6dcz90gh"))))
+ (base32 "1d6mc3ac4z16iwgq9934g1yc3412xl0hwv5vs40ycfmasm8qbjga"))))
(build-system gnu-build-system)
(arguments
(list
- branch master updated (f3a9c701ac -> 7dfb3155fc), guix-commits, 2024/03/26
- 05/09: gnu: psmisc: Update to 23.7., guix-commits, 2024/03/26
- 07/09: gnu: e2fsprogs: Update to 1.47.0., guix-commits, 2024/03/26
- 09/09: gnu: xterm: Update to 390., guix-commits, 2024/03/26
- 08/09: gnu: dunst: Update to 1.10.0.,
guix-commits <=
- 03/09: gnu: Add zxcvbn-c., guix-commits, 2024/03/26
- 01/09: gnu: libcmis: Update to 0.6.2., guix-commits, 2024/03/26
- 04/09: gnu: mutt: Update to 2.2.13., guix-commits, 2024/03/26
- 06/09: gnu: usbutils: Update to 017., guix-commits, 2024/03/26
- 02/09: gnu: orcus: Update to 0.19.2., guix-commits, 2024/03/26