From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58627) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQiSS-0007EK-Bj for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQiSR-0000Lb-9F for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48985) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQiSR-0000Ku-4b for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQiSQ-00084L-VC for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:02 -0400 Subject: [bug#38029] [PATCH 06/80] gnu: file-roller: Update to 3.32.1. Resent-Message-ID: From: Kei Kebreau Date: Fri, 1 Nov 2019 21:40:55 -0400 Message-Id: <20191102014058.3061-6-kkebreau@posteo.net> In-Reply-To: <20191102014058.3061-1-kkebreau@posteo.net> References: <20191102014058.3061-1-kkebreau@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 38029@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/gnome.scm (file-roller): Update to 3.32.1. [inputs]: Move itstool... [native-inputs]: ...here. --- gnu/packages/gnome.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 28f25b744f..5d8add8c55 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4757,7 +4757,7 @@ share them with others via social networking and more.") (define-public file-roller (package (name "file-roller") - (version "3.30.1") + (version "3.32.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4765,11 +4765,12 @@ share them with others via social networking and more.") name "-" version ".tar.xz")) (sha256 (base32 - "0kiragsqyixyx15747b71qc4nw8y4jx9d55wgg612xb0hp5l9pj1")))) + "0irm72cf8222h93skivn0nn0ckahiiiimy4rb9r3ccjvhi3hiaqw")))) (build-system meson-build-system) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database ("intltool" ,intltool) + ("itstool" ,itstool) ("pkg-config" ,pkg-config) ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache ("glib:bin" ,glib "bin"))) @@ -4780,7 +4781,7 @@ share them with others via social networking and more.") ("json-glib" ,json-glib) ("libarchive" ,libarchive) ("libnotify" ,libnotify) - ("itstool" ,itstool) + ("nettle" ,nettle) ("libxml2" ,libxml2))) (synopsis "Graphical archive manager for GNOME") (description "File Roller is an archive manager for the GNOME desktop -- 2.23.0