guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: dunst : Update to 1.7.3.


From: guix-commits
Subject: 01/03: gnu: dunst : Update to 1.7.3.
Date: Sun, 12 Dec 2021 04:25:20 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 8778ff2aec128a4d2f94b6ca383c11bda69ef077
Author: gyara <me@gyara.moe>
AuthorDate: Sat Dec 11 22:51:07 2021 +0900

    gnu: dunst : Update to 1.7.3.
    
    * gnu/packages/dunst.scm (dunst): Update to 1.7.3.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 908999e..2508404 100644
--- a/gnu/packages/dunst.scm
+++ b/gnu/packages/dunst.scm
@@ -39,7 +39,7 @@
 (define-public dunst
   (package
     (name "dunst")
-    (version "1.7.1")
+    (version "1.7.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -48,7 +48,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0v15fhwzcg7zfn092sry0f4qb6dccz9bb312y9dadg745wf3n9qw"))))
+                "1ra0ii805w3rrs0qqbjxzl6i79ksz42lnvbglw18h4igkza21kzj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no check target



reply via email to

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