From patchwork Fri Oct 27 19:03:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 55433 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A87BC27BBEA; Fri, 27 Oct 2023 20:04:53 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2C62227BBE2 for ; Fri, 27 Oct 2023 20:04:53 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qwS8I-0005Yf-4a; Fri, 27 Oct 2023 15:04:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qwS8G-0005Xt-9z for guix-patches@gnu.org; Fri, 27 Oct 2023 15:04:32 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qwS8E-0006vj-JQ for guix-patches@gnu.org; Fri, 27 Oct 2023 15:04:31 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qwS8k-0001Oi-2Z for guix-patches@gnu.org; Fri, 27 Oct 2023 15:05:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66407] [PATCH gnome-team v2 1/2] gnu: xdgmime: Update to 179296748e92bd91bf531656632a1056307fb7b7. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 27 Oct 2023 19:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66407 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66407@debbugs.gnu.org Cc: Bruno Victal , Liliana Marie Prikler Received: via spool by 66407-submit@debbugs.gnu.org id=B66407.16984334705324 (code B ref 66407); Fri, 27 Oct 2023 19:05:02 +0000 Received: (at 66407) by debbugs.gnu.org; 27 Oct 2023 19:04:30 +0000 Received: from localhost ([127.0.0.1]:37219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwS8E-0001No-Fm for submit@debbugs.gnu.org; Fri, 27 Oct 2023 15:04:30 -0400 Received: from smtpmciv3.myservices.hosting ([185.26.107.239]:42476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwS8A-0001Nd-BX for 66407@debbugs.gnu.org; Fri, 27 Oct 2023 15:04:28 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv3.myservices.hosting (Postfix) with ESMTP id 376DF20691; Fri, 27 Oct 2023 21:03:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 929E8800A1; Fri, 27 Oct 2023 21:03:38 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Yfk6FHwM9SO6; Fri, 27 Oct 2023 21:03:38 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 9DFB880099; Fri, 27 Oct 2023 21:03:33 +0200 (CEST) From: Bruno Victal Date: Fri, 27 Oct 2023 20:03:14 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/freedesktop.scm (xdgmime): Match commit to the one used in the shared-mime-info release. Change-Id: I5d65544ad01526157dbe553d98dc78db037546c8 --- gnu/packages/freedesktop.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) base-commit: 2677bf985c0025d04ffdcff31763978b633dbc58 diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index c52e921756..99cf82e3f3 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -486,7 +486,7 @@ (define-public maliit-keyboard (define xdgmime ;; No public release, match commit to the one used in the ;; shared-mime-info release. - (let ((commit "de283fc430460b9b3a7e61432a6d273cd64cb102") + (let ((commit "179296748e92bd91bf531656632a1056307fb7b7") (revision "1")) (package (name "xdgmime") @@ -499,7 +499,7 @@ (define xdgmime (file-name (git-file-name name version)) (sha256 (base32 - "0m9k7nfxgchb9j0xh9cwsldz6564qisqdkvlhgkcgc0grd4nfbn9")))) + "04bpbqlkmwi2pqx1lj3awa9f9gwp4n91fpnz8hbbd0hl8x41przm")))) (build-system gnu-build-system) (arguments (list