[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: dunst: Update to 1.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: dunst: Update to 1.5.0. |
Date: |
Sat, 05 Sep 2020 11:34:47 -0400 |
This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b8477ca gnu: dunst: Update to 1.5.0.
b8477ca is described below
commit b8477cab7bccc4191ed3dfa3f149aec7917834d8
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sat Sep 5 18:34:28 2020 +0300
gnu: dunst: Update to 1.5.0.
* gnu/packages/dunst.scm (dunst): Update to 1.5.0.
---
gnu/packages/dunst.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dunst.scm b/gnu/packages/dunst.scm
index 5b20d6d..2741336 100644
--- a/gnu/packages/dunst.scm
+++ b/gnu/packages/dunst.scm
@@ -36,7 +36,7 @@
(define-public dunst
(package
(name "dunst")
- (version "1.4.1")
+ (version "1.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -45,7 +45,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0xjj1f2jr1ja5grj6wrx5jjz1sx5fpqnvkw7nqi4452j3nc4p4l2"))))
+ "0irwkqcgwkqaylcpvqgh25gn2ysbdm2kydipxfzcq1ddj9ns6f9c"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no check target
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: dunst: Update to 1.5.0.,
guix-commits <=