[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: swaynotificationcenter: Update to 0.8.0.
From: |
guix-commits |
Subject: |
02/08: gnu: swaynotificationcenter: Update to 0.8.0. |
Date: |
Mon, 19 Jun 2023 06:12:56 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit c63e6652861d8ed85ffa91d568e69053478a1511
Author: Brian Cully <bjc@spork.org>
AuthorDate: Fri Jun 16 19:52:34 2023 -0400
gnu: swaynotificationcenter: Update to 0.8.0.
* gnu/packages/wm.scm (swaynotificationcenter): Update to 0.8.0.
[inputs]: Add libgee and pulseaudio.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/wm.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index c380abc0e8..50e10b0a67 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1779,7 +1779,7 @@ display a clock or apply image manipulation techniques to
the background image."
(define-public swaynotificationcenter
(package
(name "swaynotificationcenter")
- (version "0.7.3")
+ (version "0.8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1787,7 +1787,7 @@ display a clock or apply image manipulation techniques to
the background image."
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
"1xvr5m5sqznr3dd512i5pk0d56v7n0ywdcy6rnz85vbf2k7b6kj5"))))
+ (base32
"1c3gd6mlr209jzzrh5jmws2lawnn3gr6smvzcw74kkpi3wvs7l0k"))))
(build-system meson-build-system)
(arguments (list #:configure-flags #~(list "-Dsystemd-service=false")))
(native-inputs
@@ -1803,6 +1803,8 @@ display a clock or apply image manipulation techniques to
the background image."
gtk+
gtk-layer-shell
libhandy
+ libgee
+ pulseaudio
wayland-protocols))
(synopsis "Notification daemon with a graphical interface")
(description
- branch master updated (965ac33747 -> f2be1ea06a), guix-commits, 2023/06/19
- 01/08: gnu: ruby-loofah: Update to 2.21.3., guix-commits, 2023/06/19
- 04/08: gnu: sway: Update to 1.8.1., guix-commits, 2023/06/19
- 03/08: gnu: wlroots: Update to 0.16.2., guix-commits, 2023/06/19
- 06/08: gnu: ardour: Update to 7.4., guix-commits, 2023/06/19
- 05/08: gnu: python-cython-next: Update to 3.0.0b2., guix-commits, 2023/06/19
- 07/08: gnu: zfs: Update to 2.1.12., guix-commits, 2023/06/19
- 02/08: gnu: swaynotificationcenter: Update to 0.8.0.,
guix-commits <=
- 08/08: gnu: libjxl: Update to 0.8.2., guix-commits, 2023/06/19