From unknown Fri Aug 15 12:54:56 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#41290 <41290@debbugs.gnu.org> To: bug#41290 <41290@debbugs.gnu.org> Subject: Status: [PATCH] gnu: delft-icon-theme: Update to 1.12. Reply-To: bug#41290 <41290@debbugs.gnu.org> Date: Fri, 15 Aug 2025 19:54:56 +0000 retitle 41290 [PATCH] gnu: delft-icon-theme: Update to 1.12. reassign 41290 guix-patches submitter 41290 Leo Prikler severity 41290 normal tag 41290 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 15 12:34:11 2020 Received: (at submit) by debbugs.gnu.org; 15 May 2020 16:34:11 +0000 Received: from localhost ([127.0.0.1]:38618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZdHn-0006Lf-FH for submit@debbugs.gnu.org; Fri, 15 May 2020 12:34:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:49844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZdHm-0006LY-Fx for submit@debbugs.gnu.org; Fri, 15 May 2020 12:34:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36926) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZdHm-0003Sh-7R for guix-patches@gnu.org; Fri, 15 May 2020 12:34:10 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:20696) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZdHj-0002L9-Rm for guix-patches@gnu.org; Fri, 15 May 2020 12:34:09 -0400 Received: from localhost.localdomain (194-96-185-81.hdsl.highway.telekom.at [194.96.185.81]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 49Nv9x0pXvz3wFP for ; Fri, 15 May 2020 18:33:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1589560437; bh=jfKNRpK1Ob+ECx58i4pL9fqgz78+Z0efeTQJmpl3S+4=; h=From:To:Subject:Date; b=prc6nKjVxdIkGqaOmY08TXl8SiqB30Ht9p2IHJYk1Aaf4ZyhJC2xIITupvmGZ9D1G lrvlhhmkedRIEOgXsAvZvu/rzYwXw02m3fD2lTjxet4WYadT8+E6QRR6ld8e7SL+1F K8svk3uQtDyzp1+43umwHEMcWvCb7+X1e4YirYBg= From: Leo Prikler To: guix-patches@gnu.org Subject: [PATCH] gnu: delft-icon-theme: Update to 1.12. Date: Fri, 15 May 2020 18:33:34 +0200 Message-Id: <20200515163334.19708-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/15 12:33:59 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN 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/gnome-xyz.scm (delft-icon-theme): Update to 1.12. --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 9aac8d7795..fe671d15a1 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -92,7 +92,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.") (define-public delft-icon-theme (package (name "delft-icon-theme") - (version "1.11") + (version "1.12") (source (origin (method git-fetch) @@ -101,7 +101,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.") (commit (string-append "v" version)))) (sha256 (base32 - "1m3r4i4m3y3xsjb5f4bik0ylmi64amkfyr0y8pjbvv6gyj492mi6")) + "1r6b6jf793jxz15ljniwbqy3vcvsl2712qiigfrfrm46fdxlshjd")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Sat May 16 04:39:55 2020 Received: (at 41290-done) by debbugs.gnu.org; 16 May 2020 08:39:55 +0000 Received: from localhost ([127.0.0.1]:39741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZsMN-0003bE-2C for submit@debbugs.gnu.org; Sat, 16 May 2020 04:39:55 -0400 Received: from rezeros.cc ([45.76.207.221]:46328) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZsML-0003ay-Dk for 41290-done@debbugs.gnu.org; Sat, 16 May 2020 04:39:54 -0400 Received: from localhost ( [117.173.227.26]) by rezeros.cc (OpenSMTPD) with ESMTPSA id cd85b125 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 16 May 2020 08:39:45 +0000 (UTC) Received: from gift (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 39e31535; Sat, 16 May 2020 08:39:07 +0000 (UTC) From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) To: Leo Prikler Subject: Re: [bug#41290] [PATCH] gnu: delft-icon-theme: Update to 1.12. References: <20200515163334.19708-1-leo.prikler@student.tugraz.at> Date: Sat, 16 May 2020 16:39:07 +0800 In-Reply-To: <20200515163334.19708-1-leo.prikler@student.tugraz.at> (Leo Prikler's message of "Fri, 15 May 2020 18:33:34 +0200") Message-ID: <877dxc5l5g.fsf@member.fsf.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 41290-done Cc: 41290-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 (-) Leo Prikler writes: > * gnu/packages/gnome-xyz.scm (delft-icon-theme): Update to 1.12. Pushed, thank you! From unknown Fri Aug 15 12:54:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 13 Jun 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator