[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: xnotify: Update to 0.7.3.
From: |
guix-commits |
Subject: |
05/08: gnu: xnotify: Update to 0.7.3. |
Date: |
Sun, 29 Nov 2020 15:53:15 -0500 (EST) |
wigust pushed a commit to branch master
in repository guix.
commit 2a72cb7b5320e182dd9e39d10b27169ecde00b18
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Nov 29 22:36:21 2020 +0300
gnu: xnotify: Update to 0.7.3.
* gnu/packages/wm.scm (xnotify): Update to 0.7.3.
---
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 9daf7c4..18d2101 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2050,16 +2050,16 @@ start-up.")
(define-public xnotify
(package
(name "xnotify")
- (version "0.5.0")
+ (version "0.7.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/phillbush/xnotify")
- (commit (string-append "v" version))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "0ris7jhi7hgw7nxkwkn3zk7n3y4nvnnm6dbz0qs0g2srp2k67v7v"))))
+ "09s29m8z4x3mc3wja2587ik3f6zg16b40adr3nllnpyy1mqnprq5"))))
(build-system gnu-build-system)
(inputs
`(("libx11" ,libx11)
- branch master updated (6970d35 -> 084695f), guix-commits, 2020/11/29
- 02/08: gnu: xclickroot: Update to 1.2., guix-commits, 2020/11/29
- 03/08: gnu: xmenu: Update to 4.4.1., guix-commits, 2020/11/29
- 04/08: gnu: emacs-dired-rsync: Update to 0.5., guix-commits, 2020/11/29
- 05/08: gnu: xnotify: Update to 0.7.3.,
guix-commits <=
- 06/08: gnu: cava: Update to 0.7.3., guix-commits, 2020/11/29
- 01/08: gnu: webssh: Update to 1.5.3., guix-commits, 2020/11/29
- 07/08: gnu: streamlink: Update to 1.7.0., guix-commits, 2020/11/29
- 08/08: gnu: emacs-dashboard: Update to 1.7.0., guix-commits, 2020/11/29