guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch xfce-updates updated: gnu: xfce4-notifyd: Update to 0.8.0.


From: guix-commits
Subject: branch xfce-updates updated: gnu: xfce4-notifyd: Update to 0.8.0.
Date: Mon, 13 Feb 2023 22:54:17 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch xfce-updates
in repository guix.

The following commit(s) were added to refs/heads/xfce-updates by this push:
     new 654a2d96de gnu: xfce4-notifyd: Update to 0.8.0.
654a2d96de is described below

commit 654a2d96deb857174a787ebe981f5c4c8717b3ed
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Feb 14 11:52:00 2023 +0800

    gnu: xfce4-notifyd: Update to 0.8.0.
    
    * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.0.
    [inputs]: Add sqlite.
---
 gnu/packages/xfce.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 4ce857aa14..3ee728e710 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -66,6 +66,7 @@
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages search)
+  #:use-module (gnu packages sqlite)
   #:use-module (gnu packages textutils)
   #:use-module (gnu packages version-control)
   #:use-module (gnu packages web)
@@ -1354,7 +1355,7 @@ several different time zones.")
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.7.3")
+    (version "0.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1362,12 +1363,12 @@ several different time zones.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0hz9x42cfwd52i02a50mqvw3qwpgb3hpnlxqnnlkc8bwadfn1nah"))))
+                "1jcmcjq2kay9kmzd5j5l8kasrzqb7aidp26q4nbmxghxxa3ncyf7"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list intltool pkg-config))
     (inputs
-     (list libxfce4ui libnotify xfce4-panel))
+     (list libxfce4ui libnotify sqlite xfce4-panel))
     (home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd";)
     (synopsis "Show notification bubbles on Xfce")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]