GNU bug report logs - #37959
[PATCH] gnu: dunst: Update to 1.4.1.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Mon, 28 Oct 2019 10:21:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <m.othacehe <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: bug#37959: closed (Re: [bug#37959] [PATCH] gnu: dunst: Update to
 1.4.1.)
Date: Mon, 28 Oct 2019 12:06:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#37959: [PATCH] gnu: dunst: Update to 1.4.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 37959 <at> debbugs.gnu.org.

-- 
37959: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37959
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: 37959-done <at> debbugs.gnu.org, Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: Re: [bug#37959] [PATCH] gnu: dunst: Update to 1.4.1.
Date: Mon, 28 Oct 2019 13:05:20 +0100
Pushed, thanks!

[Message part 3 (message/rfc822, inline)]
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] gnu: dunst: Update to 1.4.1.
Date: Mon, 28 Oct 2019 11:20:00 +0100
* gnu/packages/dunst.scm (dunst): Update to 1.4.1.
---
 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 31b7f58758..2621fc55ab 100644
--- a/gnu/packages/dunst.scm
+++ b/gnu/packages/dunst.scm
@@ -33,7 +33,7 @@
 (define-public dunst
   (package
     (name "dunst")
-    (version "1.3.2")
+    (version "1.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -42,7 +42,7 @@
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "12nj8qw3y3nl8sm24wizy2a7k06v1p88bnz1xr9l39h527xyidma"))))
+                "1zmx30qp2s9ca4q70j9ny4aq97pp442j9vfvsyihfcxgks6gwqqm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no check target
-- 
2.23.0




This bug report was last modified 5 years and 293 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.