all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gyara via Guix-patches via <guix-patches@gnu.org>
To: 57202@debbugs.gnu.org
Cc: gyara <me@gyara.moe>
Subject: [bug#57202] [PATCH] gnu: dunst: Update to 1.9.0
Date: Sun, 14 Aug 2022 20:58:01 +0900	[thread overview]
Message-ID: <20220814115800.453649-1-me@gyara.moe> (raw)

---
This patch update Dunst to 1.9.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 35df682d46..0855e45084 100644
--- a/gnu/packages/dunst.scm
+++ b/gnu/packages/dunst.scm
@@ -41,7 +41,7 @@ (define-module (gnu packages dunst)
 (define-public dunst
   (package
     (name "dunst")
-    (version "1.8.1")
+    (version "1.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -50,7 +50,7 @@ (define-public dunst
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19bh5789whlc0n5wbyx3yx8px93hccn42f1p6i1dz96hdkk5mjb8"))))
+                "1nfxf2rahngxpy606yrizrz16d0pswl5sa9jfzpv7h19x6xy24vx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no check target
-- 
2.37.2





             reply	other threads:[~2022-08-14 12:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-14 11:58 gyara via Guix-patches via [this message]
2022-08-15  1:46 ` bug#57202: [PATCH] gnu: dunst: Update to 1.9.0 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220814115800.453649-1-me@gyara.moe \
    --to=guix-patches@gnu.org \
    --cc=57202@debbugs.gnu.org \
    --cc=me@gyara.moe \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.