From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fd2Hi-0003sd-NB for guix-patches@gnu.org; Tue, 10 Jul 2018 19:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fd2He-0004TT-RG for guix-patches@gnu.org; Tue, 10 Jul 2018 19:43:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46583) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fd2He-0004TL-M8 for guix-patches@gnu.org; Tue, 10 Jul 2018 19:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fd2He-0007Me-GD for guix-patches@gnu.org; Tue, 10 Jul 2018 19:43:02 -0400 Subject: [bug#32122] Acknowledgement ([PATCH] gnu: faba-icon-theme: Update to 4.3.) Resent-Message-ID: From: Vasile Dumitrascu References: <20180710232626.26079-1-va511e@yahoo.com> <4a59b97a-6ffc-51ba-c90b-46e1ae2ec4a7@yahoo.com> Message-ID: <137b55b0-7147-7017-6d56-5fc9e426db61@yahoo.com> Date: Tue, 10 Jul 2018 23:37:00 +0000 MIME-Version: 1.0 In-Reply-To: <4a59b97a-6ffc-51ba-c90b-46e1ae2ec4a7@yahoo.com> Content-Type: multipart/mixed; boundary="------------3144236E03F6D753B4352833" Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32122@debbugs.gnu.org This is a multi-part message in MIME format. --------------3144236E03F6D753B4352833 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Please find attached the third and last patch to update moka-icon-theme to 5.4.0. Thank you again, Vasile --------------3144236E03F6D753B4352833 Content-Type: text/x-patch; name="0001-gnu-moka-icon-theme-Update-to-5.4.0.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-gnu-moka-icon-theme-Update-to-5.4.0.patch" >From 1793b6e24e0da5ec35dfa012f2823acdf4147366 Mon Sep 17 00:00:00 2001 From: Vasile Dumitrascu Date: Wed, 11 Jul 2018 01:34:41 +0200 Subject: [PATCH] gnu: moka-icon-theme: Update to 5.4.0. * gnu/packages/gnome.scm (moka-icon-theme): Update to 5.4.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 45896eaf6..cb70519c3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6495,7 +6495,7 @@ Moka") (package (inherit faba-icon-theme) (name "moka-icon-theme") - (version "5.3.6") + (version "5.4.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/moka-project" @@ -6504,7 +6504,7 @@ Moka") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "04axinv79qnngsxkwqzi5j9lc3hn24rjqps5ai8d42pdnfaf0x37")))) + "1nbwdjj268hxv9lfagd9aylily9f0hhallp841v0i3imljp84bmk")))) (propagated-inputs ;; Moka is based on Faba by using it as a fallback icon set instead of ;; bundling it, so we need to add it as a propagated input. -- 2.17.1 --------------3144236E03F6D753B4352833--