diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-18 11:18:59 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-20 10:23:38 +0800 |
| commit | 381c79f59fb7f71b1937012d14e7bfe690b88bf7 (patch) | |
| tree | 50eb4db904e8ad4776544bb831912e2e205bcabe /gnu | |
| parent | 3ab40292ae06b191248eae90e43d5c0f996cef39 (diff) | |
gnu: xfce4-notifyd: Update to 0.9.7.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.9.7.
Change-Id: If425702da323f2e6a0f86392baf77be54ad01b4d
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 18108df4067..83cede55df3 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1565,7 +1565,7 @@ several different time zones.") (define-public xfce4-notifyd (package (name "xfce4-notifyd") - (version "0.9.6") + (version "0.9.7") (source (origin (method git-fetch) @@ -1574,7 +1574,7 @@ several different time zones.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0li1vxh460ak329sxpz8zbyggv4m38mzdanpjxdjxf9gypsp65ag")))) + (base32 "1bj34lkasrrnbgr5gnk8yvhxxypi4n0p3gq20w766f4rg75nh1x6")))) (build-system glib-or-gtk-build-system) (native-inputs (list xfce4-dev-tools)) |
