guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dunst: Update to 1.7.0.


From: guix-commits
Subject: branch master updated: gnu: dunst: Update to 1.7.0.
Date: Mon, 01 Nov 2021 05:36:01 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e1370ea  gnu: dunst: Update to 1.7.0.
e1370ea is described below

commit e1370ea8fa41417bedb437b2fc3a066b19f82c52
Author: Alexandr Vityazev <avityazev@posteo.org>
AuthorDate: Tue Oct 26 10:42:35 2021 +0000

    gnu: dunst: Update to 1.7.0.
    
    * gnu/packages/dunst.scm (dunst): Update to 1.7.0.
    [source]: Fix indentation.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/dunst.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dunst.scm b/gnu/packages/dunst.scm
index ce2c04b..19f18db 100644
--- a/gnu/packages/dunst.scm
+++ b/gnu/packages/dunst.scm
@@ -38,16 +38,16 @@
 (define-public dunst
   (package
     (name "dunst")
-    (version "1.6.1")
+    (version "1.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                     (url "https://github.com/dunst-project/dunst";)
-                     (commit (string-append "v" version))))
+                    (url "https://github.com/dunst-project/dunst";)
+                    (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0lga1kj2vjbj9g9rl93nivngjmk5fkxdxwal8w96x9whwk9jvdga"))))
+                "0bc8f8h7qvxfx742jb8ggycw3z0il3pgln7lgkdjap2pxccyyrh5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no check target



reply via email to

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