From unknown Sun Jun 15 01:09:58 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51408] [PATCH] gnu: dunst: Update to 1.7.0. Resent-From: Alexandr Vityazev Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 26 Oct 2021 10:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51408 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51408@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163524495127042 (code B ref -1); Tue, 26 Oct 2021 10:43:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Oct 2021 10:42:31 +0000 Received: from localhost ([127.0.0.1]:45212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJuY-000725-UW for submit@debbugs.gnu.org; Tue, 26 Oct 2021 06:42:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:58970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJuX-00071y-Nx for submit@debbugs.gnu.org; Tue, 26 Oct 2021 06:42:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJuX-0003Qk-DJ for guix-patches@gnu.org; Tue, 26 Oct 2021 06:42:29 -0400 Received: from mout01.posteo.de ([185.67.36.65]:48595) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJuV-00014y-2F for guix-patches@gnu.org; Tue, 26 Oct 2021 06:42:28 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D431A240028 for ; Tue, 26 Oct 2021 12:42:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1635244942; bh=I0G+YLdBvKvzBbJ8GPD+X5nk8q9Ow2hN6i6VpUvpfbA=; h=From:To:Subject:Date:From; b=QaM2Vjm1pwdI5LGtq4o0iUzGQMF/mKmw+rwN1VHz7RVxeiR5rwD6o9Id551NDE4rp 6YqPcU7FmYQFGkKzyYNEF2jyfT7zSIosVtffdUNdksJbi8Gh6yY3M0l56NUrqEO3sW n0sbkjtA3tSBWIR7mf1sJvIpCFQFCclBXZ9jvM2Yc5Vwzn4Rc3XGV4BUjzGe4caece F3NyVX8VGdYINRzcUEeOl5QpPXgtOyJsI7b2dbCuidsl4532pRhDIRIwD3CjjH9pJN fsw+mGyUDkjvWbSFKM1eatRrfZ7tbboNsYI4dOur8zJWn5qMgcwSJGrvPp80fWMIxg YtrhRanNuPUBg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HdpL61DBgz9rxR for ; Tue, 26 Oct 2021 12:42:21 +0200 (CEST) From: Alexandr Vityazev Date: Tue, 26 Oct 2021 10:42:35 +0000 Message-ID: <87zgqw83tw.fsf@posteo.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=avityazev@posteo.org; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/dunst.scm (dunst): Update to 1.7.0. [source]: Fix indentation. --- 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 ce2c04bac6..19f18dbc91 100644 --- a/gnu/packages/dunst.scm +++ b/gnu/packages/dunst.scm @@ -38,16 +38,16 @@ (define-module (gnu packages dunst) (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 -- 2.33.1 -- Alexandr Vityazev From unknown Sun Jun 15 01:09:58 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alexandr Vityazev Subject: bug#51408: closed (Re: [bug#51408] [PATCH] gnu: dunst: Update to 1.7.0.) Message-ID: References: <87zgqw83tw.fsf@posteo.org> X-Gnu-PR-Message: they-closed 51408 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 51408@debbugs.gnu.org Date: Mon, 01 Nov 2021 09:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1635759422-32378-1" This is a multi-part message in MIME format... ------------=_1635759422-32378-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #51408: [PATCH] gnu: dunst: Update to 1.7.0. 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 51408@debbugs.gnu.org. --=20 51408: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D51408 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1635759422-32378-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 51408-done) by debbugs.gnu.org; 1 Nov 2021 09:36:51 +0000 Received: from localhost ([127.0.0.1]:33715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mhTkJ-0008Pr-Mb for submit@debbugs.gnu.org; Mon, 01 Nov 2021 05:36:51 -0400 Received: from flashner.co.il ([178.62.234.194]:48776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mhTkH-0008Pd-6d for 51408-done@debbugs.gnu.org; Mon, 01 Nov 2021 05:36:49 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 21A3F4004A; Mon, 1 Nov 2021 09:36:43 +0000 (UTC) Date: Mon, 1 Nov 2021 11:36:10 +0200 From: Efraim Flashner To: Alexandr Vityazev Subject: Re: [bug#51408] [PATCH] gnu: dunst: Update to 1.7.0. Message-ID: Mail-Followup-To: Efraim Flashner , Alexandr Vityazev , 51408-done@debbugs.gnu.org References: <87zgqw83tw.fsf@posteo.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6AblltA2HZ548+nQ" Content-Disposition: inline In-Reply-To: <87zgqw83tw.fsf@posteo.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51408-done Cc: 51408-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --6AblltA2HZ548+nQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed. Thanks! --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --6AblltA2HZ548+nQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmF/tQoACgkQQarn3Mo9 g1HXFg//Q1J8B1mowMA6qrMzMCeJRaxPtDhTJpEYURmZsR4FG0dO0kh24DYc3rcU tZok8ezwe6SsGY+7X/RbVtV7+a5grFQdEi5MsvjQTmYh6F75+deGeuT1eZyoJ07c QRpHhrk5npszqWyM5bD5gdVelF5yzQUirSinmjaAoTP7Z7F7cJPdip1dDzP3y5QI 5bBt+jn4QojxZqUOX/2AyD9N+iukabxFv3eZb+AVUNIG+BQdXGCY7rr+Im+GFRpc OnCvb1Yjd/Ao1mI4qwBoJksydv04ep5Mk3Qc3zeyaqSuMn9RPaGFZ7ILOzdHzd7S mcVDsJE+n5OdcGY2X7ff/kvdOYChjQK0SDB0A/985pdViiNE5ZiH2pRhId1eHrsV ejO91w3iJr2zaxALJZJxhb5nRjoFA4CIJbWf0uvW6SSiu9iu3cTzD7+Zbmoy/MSP ZqRIhFXcj5DhUqDscBxau5DMwnsUz8n/0X9e5L4xeDJZFv2PVAli0lgqGRn4Gumx kez0r6jsLQXQWKFEEPjqYTOPDvVT1up9k9oP9voIV3ecY3RmSdJIU93PtHwOGTTM oYx9/gQjCixG0pRXta4NlN/TUTZLUrCrdghO5D5BXE/c9ENyU2UymW+szYMjlOtt njQHnFrxTqtwN/nYSH4z/Fv/VsI428gfiJAWupv/oKyZBCcJCF8= =872t -----END PGP SIGNATURE----- --6AblltA2HZ548+nQ-- ------------=_1635759422-32378-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Oct 2021 10:42:31 +0000 Received: from localhost ([127.0.0.1]:45212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJuY-000725-UW for submit@debbugs.gnu.org; Tue, 26 Oct 2021 06:42:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:58970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJuX-00071y-Nx for submit@debbugs.gnu.org; Tue, 26 Oct 2021 06:42:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJuX-0003Qk-DJ for guix-patches@gnu.org; Tue, 26 Oct 2021 06:42:29 -0400 Received: from mout01.posteo.de ([185.67.36.65]:48595) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJuV-00014y-2F for guix-patches@gnu.org; Tue, 26 Oct 2021 06:42:28 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D431A240028 for ; Tue, 26 Oct 2021 12:42:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1635244942; bh=I0G+YLdBvKvzBbJ8GPD+X5nk8q9Ow2hN6i6VpUvpfbA=; h=From:To:Subject:Date:From; b=QaM2Vjm1pwdI5LGtq4o0iUzGQMF/mKmw+rwN1VHz7RVxeiR5rwD6o9Id551NDE4rp 6YqPcU7FmYQFGkKzyYNEF2jyfT7zSIosVtffdUNdksJbi8Gh6yY3M0l56NUrqEO3sW n0sbkjtA3tSBWIR7mf1sJvIpCFQFCclBXZ9jvM2Yc5Vwzn4Rc3XGV4BUjzGe4caece F3NyVX8VGdYINRzcUEeOl5QpPXgtOyJsI7b2dbCuidsl4532pRhDIRIwD3CjjH9pJN fsw+mGyUDkjvWbSFKM1eatRrfZ7tbboNsYI4dOur8zJWn5qMgcwSJGrvPp80fWMIxg YtrhRanNuPUBg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HdpL61DBgz9rxR for ; Tue, 26 Oct 2021 12:42:21 +0200 (CEST) From: Alexandr Vityazev To: guix-patches@gnu.org Subject: [PATCH] gnu: dunst: Update to 1.7.0. Date: Tue, 26 Oct 2021 10:42:35 +0000 Message-ID: <87zgqw83tw.fsf@posteo.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=avityazev@posteo.org; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/dunst.scm (dunst): Update to 1.7.0. [source]: Fix indentation. --- 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 ce2c04bac6..19f18dbc91 100644 --- a/gnu/packages/dunst.scm +++ b/gnu/packages/dunst.scm @@ -38,16 +38,16 @@ (define-module (gnu packages dunst) (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 -- 2.33.1 -- Alexandr Vityazev ------------=_1635759422-32378-1--