From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58667) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQiST-0007F5-Os for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQiSS-0000Px-IT for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48993) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQiSS-0000P4-9n for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQiSS-00084o-2j for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:04 -0400 Subject: [bug#38029] [PATCH 08/80] gnu: gnome-backgrounds: Update to 3.32.0. Resent-Message-ID: From: Kei Kebreau Date: Fri, 1 Nov 2019 21:40:57 -0400 Message-Id: <20191102014058.3061-8-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 (gnome-backgrounds): Update to 3.32.0. [home-page]: Follow permanent redirect. --- gnu/packages/gnome.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c1cba7687a..f229708d1c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6514,7 +6514,7 @@ is complete it provides a graphical representation of each selected folder.") (define-public gnome-backgrounds (package (name "gnome-backgrounds") - (version "3.30.0") + (version "3.32.0") (source (origin (method url-fetch) @@ -6523,11 +6523,11 @@ is complete it provides a graphical representation of each selected folder.") name "-" version ".tar.xz")) (sha256 (base32 - "1179jrl16bp9gqabqhw7nnfp8qzf5y1vf9fi45bni6rfmwm3mrpc")))) + "1s5krdmd3md44p1fgr2lqm5ifxb8s1vzx6hm11sb4cgzr4dw6lrz")))) (build-system meson-build-system) (native-inputs `(("intltool" ,intltool))) - (home-page "https://git.gnome.org/browse/gnome-backgrounds") + (home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds") (synopsis "Background images for the GNOME desktop") (description "GNOME backgrounds package contains a collection of graphics files which -- 2.23.0