From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 08 10:26:21 2023 Received: (at submit) by debbugs.gnu.org; 8 Oct 2023 14:26:21 +0000 Received: from localhost ([127.0.0.1]:58231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpUjc-0002AU-LW for submit@debbugs.gnu.org; Sun, 08 Oct 2023 10:26:20 -0400 Received: from lists.gnu.org ([2001:470:142::17]:49580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpUja-0002AH-R8 for submit@debbugs.gnu.org; Sun, 08 Oct 2023 10:26:19 -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 1qpUjB-0003q4-9i for guix-patches@gnu.org; Sun, 08 Oct 2023 10:25:53 -0400 Received: from smtpmciv3.myservices.hosting ([185.26.107.239]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qpUj8-0006lI-HR for guix-patches@gnu.org; Sun, 08 Oct 2023 10:25:52 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv3.myservices.hosting (Postfix) with ESMTP id 9EF382055A for ; Sun, 8 Oct 2023 16:25:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 24D498009A; Sun, 8 Oct 2023 16:25:47 +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 FZZtPk7Y6K8V; Sun, 8 Oct 2023 16:25:46 +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 A5BFA8009F; Sun, 8 Oct 2023 16:25:46 +0200 (CEST) From: Bruno Victal To: guix-patches@gnu.org Subject: [PATCH gnome-team] gnu: shared-mime-info: Update to 2.3. Date: Sun, 8 Oct 2023 15:24:15 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.107.239; envelope-from=mirai@makinata.eu; helo=smtpmciv3.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Bruno Victal 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: -0.0 (/) * gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3. (xdgmime): Match commit to the one used in the shared-mime-info release. --- gnu/packages/freedesktop.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 85ba5ba147..4c191e1d27 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -472,7 +472,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") @@ -485,7 +485,7 @@ (define xdgmime (file-name (git-file-name name version)) (sha256 (base32 - "0m9k7nfxgchb9j0xh9cwsldz6564qisqdkvlhgkcgc0grd4nfbn9")))) + "04bpbqlkmwi2pqx1lj3awa9f9gwp4n91fpnz8hbbd0hl8x41przm")))) (build-system gnu-build-system) (arguments (list @@ -519,7 +519,7 @@ (define xdgmime (define-public shared-mime-info (package (name "shared-mime-info") - (version "2.2") + (version "2.3") (source (origin (method git-fetch) (uri (git-reference @@ -528,7 +528,7 @@ (define-public shared-mime-info (file-name (git-file-name name version)) (sha256 (base32 - "04dfnnflspprxg7qia3whz1754lfvgi4ihvmihg379936zy5xd22")) + "0w8sbhz00sk6k8pyiykfig4rm22jyibalj7g22j9qf3d2nfy8ivh")) (patches (search-patches "shared-mime-info-xdgmime-path.patch")))) (build-system meson-build-system) (arguments base-commit: 7d134b57b79188f8c878625d4e09f9bd6181e8c0 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 15:04:30 2023 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 To: 66407@debbugs.gnu.org Subject: [PATCH gnome-team v2 1/2] gnu: xdgmime: Update to 179296748e92bd91bf531656632a1056307fb7b7. 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 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66407 Cc: Bruno Victal , Liliana Marie Prikler 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 (-) * 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(-) 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 base-commit: 2677bf985c0025d04ffdcff31763978b633dbc58 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 15:12:16 2023 Received: (at 66407) by debbugs.gnu.org; 27 Oct 2023 19:12:16 +0000 Received: from localhost ([127.0.0.1]:37232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwSFj-0001Zj-PF for submit@debbugs.gnu.org; Fri, 27 Oct 2023 15:12:16 -0400 Received: from smtpmciv5.myservices.hosting ([185.26.107.241]:59024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwSFh-0001Za-Lo for 66407@debbugs.gnu.org; Fri, 27 Oct 2023 15:12:14 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv5.myservices.hosting (Postfix) with ESMTP id E4C0420D6F; Fri, 27 Oct 2023 21:11:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id DCB5980099; 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 ICZxCI2Qlb8l; 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 3285180092; Fri, 27 Oct 2023 21:03:34 +0200 (CEST) From: Bruno Victal To: 66407@debbugs.gnu.org Subject: [PATCH gnome-team v2 2/2] gnu: shared-mime-info: Update to 2.3. Date: Fri, 27 Oct 2023 20:03:15 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66407 Cc: Bruno Victal , Liliana Marie Prikler 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 (-) * gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3. --- gnu/packages/freedesktop.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 99cf82e3f3..0ec344492b 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -533,7 +533,7 @@ (define xdgmime (define-public shared-mime-info (package (name "shared-mime-info") - (version "2.2") + (version "2.3") (source (origin (method git-fetch) (uri (git-reference @@ -542,7 +542,7 @@ (define-public shared-mime-info (file-name (git-file-name name version)) (sha256 (base32 - "04dfnnflspprxg7qia3whz1754lfvgi4ihvmihg379936zy5xd22")) + "0w8sbhz00sk6k8pyiykfig4rm22jyibalj7g22j9qf3d2nfy8ivh")) (patches (search-patches "shared-mime-info-xdgmime-path.patch")))) (build-system meson-build-system) (arguments -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 15:33:56 2023 Received: (at 66407) by debbugs.gnu.org; 27 Oct 2023 19:33:56 +0000 Received: from localhost ([127.0.0.1]:37370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwSai-0002DS-DR for submit@debbugs.gnu.org; Fri, 27 Oct 2023 15:33:56 -0400 Received: from mail-ej1-x644.google.com ([2a00:1450:4864:20::644]:46241) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwSac-0002D8-OP for 66407@debbugs.gnu.org; Fri, 27 Oct 2023 15:33:54 -0400 Received: by mail-ej1-x644.google.com with SMTP id a640c23a62f3a-98377c5d53eso380472866b.0 for <66407@debbugs.gnu.org>; Fri, 27 Oct 2023 12:33:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698435193; x=1699039993; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=FHQA/VgqTHIH8rsYeZuQm91av0tYw5ePtW2c/fACxZ4=; b=D3q5rvwKfVM3b3xIuLyBSy/ZbrBoEWmm7utUnavbfUx8xXRCg3lFzo4fTg4ElLm+o+ SAT82kzmwZ0Mfrkdp8y7SL+L2u7rIPARJZr0+oKH1jI6NYgGyLElqMTOk3OlyH6dtorM F53y43KdG9PQMQSD6tYMCOnHPSGn1OULMSmn80VY4AW62VyzXQSl31ibP9BnAqvDgGsJ FIQADrX3G4oaLUJ+eDwNN5kzGRyGEerSs2e2W6aK1l/tfsPSUcHdYZkmhhZHUccFlq9z I88q+esd3dLUq2B98Zrg3NORYPSRuLpxNwsW8VXqjS2UCVtlrD21zaE9wxx5R4gfgBtN l2Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698435193; x=1699039993; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=FHQA/VgqTHIH8rsYeZuQm91av0tYw5ePtW2c/fACxZ4=; b=WrPy5IDR+FbEmq0PX9gNs3oIwFcRW8nkG1jDpr0bPJadMj+a3dEzPL9TftQf6cPdD+ +OEAsVPI94VIxu5+FxAYdW/794jgQy0fr2cTcNxzzCRW0UwibwB1l2/gMgK0rPEZpS+L LMBJm4D44po4GDF9bl2nAvvAwEa7t3Kk61yeOQI++aWzNqPRoZA+ti/t8BLyLcFyNoc6 9zkqquuAKSBHD5kwnBwpTXW46nGR1dJghH9xGw7Qf0LdxaOOgv0huCXlGOtpXyD7XTiT qegBXAv7vUhsFtfzy1xPCycq3vK1Iqe65Elf9ZX1CQJqeZxQWuEWYAy1289G2IPG4xB0 UnKw== X-Gm-Message-State: AOJu0YzAcaCOam4Qd/ZjDFLAD/EvFGMOoNi5wzFl12b6lzpFZV34YmLR QdHKPBIcLcBferi9X20VKRk= X-Google-Smtp-Source: AGHT+IEUyVUvOHwRLZ9wc/1BwBkBY28ELs0OZQIKzLgYzpG6HRnaxclSJqG5iaF+Jc6WtWPxmC3p/g== X-Received: by 2002:a17:906:4fd4:b0:9ae:420e:739b with SMTP id i20-20020a1709064fd400b009ae420e739bmr2657786ejw.46.1698435192975; Fri, 27 Oct 2023 12:33:12 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id gr14-20020a170906e2ce00b009caa7278844sm1626988ejb.24.2023.10.27.12.33.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Oct 2023 12:33:12 -0700 (PDT) Message-ID: Subject: Re: [PATCH gnome-team v2 1/2] gnu: xdgmime: Update to 179296748e92bd91bf531656632a1056307fb7b7. From: Liliana Marie Prikler To: Bruno Victal , 66407@debbugs.gnu.org Date: Fri, 27 Oct 2023 21:33:10 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66407 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 (-) Am Freitag, dem 27.10.2023 um 20:03 +0100 schrieb Bruno Victal: > * gnu/packages/freedesktop.scm (xdgmime): Match commit to the one > used in the shared-mime-info release. >=20 > Change-Id: I5d65544ad01526157dbe553d98dc78db037546c8 > --- Don't forget to reword the ChangeLogs when splitting commits :) I've applied this locally (with said reword) and it builds. Will wait about a week for CI to catch up =E2=80=93 if it doesn't I'll give it a push= :> From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 04 03:13:56 2023 Received: (at 66407-done) by debbugs.gnu.org; 4 Nov 2023 07:13:56 +0000 Received: from localhost ([127.0.0.1]:60321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qzAqx-0005Wi-NQ for submit@debbugs.gnu.org; Sat, 04 Nov 2023 03:13:55 -0400 Received: from mail-ej1-x641.google.com ([2a00:1450:4864:20::641]:44044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qzAqv-0005WV-8A for 66407-done@debbugs.gnu.org; Sat, 04 Nov 2023 03:13:53 -0400 Received: by mail-ej1-x641.google.com with SMTP id a640c23a62f3a-9a6190af24aso418377866b.0 for <66407-done@debbugs.gnu.org>; Sat, 04 Nov 2023 00:13:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1699081991; x=1699686791; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=FJYBD//kW9PNGwbomMjVj4wlEZBA0xnifoi9XhESz9g=; b=AucOCsFrEm6gtcQZTnv/1RFOFw0W/OrzK6PkIYdlRUOCjXuvrV6iJejGC3xDruCKJA vErg9PkAVlSzHvoMs6/80xd/0sgJpOYDeHEvldR97gd18NSZsPa78auespwM5L5fxYB7 ProOTB7EDgfGEu4d/N5FaftJBEgkHFXFOtgFz6HqeN39Bas32TQIfa1mcZ3qFRe3Fuvc n5WouGJ/8YH/KqOUX4XfRRTkwzyqZcW6lai5ZJH7M3wQWnFvCAj4O/OxKJvFdEiBPjlO B5xcYlHu0Pj9iHgmlg64RjGhSveVu/Pqd26zojM/RNxHpnB24Os35izTT3bfCWyTZE+a rgmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699081991; x=1699686791; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=FJYBD//kW9PNGwbomMjVj4wlEZBA0xnifoi9XhESz9g=; b=ewUFGI63eUahpqVPRHHEh9JqBGOY8W/2txljxMs7m79H3POws4t63Cs8JpLyhf5DL7 nz65BCR6HnM20OAlEiZEkCaTll21v7WC01qopmC+WYh6KGtEywPu9+ZUszLtKiVfhQQa SsYI1TUuSAYFedWxWLb3Ll04QjEgjFOZjhnt8Jkf75RRxngAl78t/6LGUcprlqF+ufed 2+S+okLD7VfyQ4b9DYT+syOfJe/No/J04Pj+yepmen10aRtjcElU5pyRTjOc8tgiSWtT 88a6mBp9PaXb5FrKF7Ur6kbHr/8uHjLX/tjQe/o6tQ+IMwA1DqoKam5l/zyqKZ93wZhe oskA== X-Gm-Message-State: AOJu0YxgrUOJo0aVKSBL8Kvvg9QmzBUufxMWxgV4uT5NKtbw5i1I5sqk zDJXSH5BoWvv189tNt4Cb5CTFSYfA4magg== X-Google-Smtp-Source: AGHT+IGNkLcp/dD6NEn2O7zFhqAp4/j+2MdzySqPJrDuBgFefc3KkGBHrIygoyREHVN+N3uYdjFvcQ== X-Received: by 2002:a17:906:6a15:b0:9dd:b89a:9959 with SMTP id qw21-20020a1709066a1500b009ddb89a9959mr1797395ejc.16.1699081991283; Sat, 04 Nov 2023 00:13:11 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id l22-20020a170906415600b009bd9ac83a9fsm1651866ejk.152.2023.11.04.00.13.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Nov 2023 00:13:10 -0700 (PDT) Message-ID: <79a31cafd779aee599d5f6db7a1d9197aa93cba4.camel@gmail.com> Subject: Re: [PATCH gnome-team v2 2/2] gnu: shared-mime-info: Update to 2.3. From: Liliana Marie Prikler To: Bruno Victal , 66407-done@debbugs.gnu.org Date: Sat, 04 Nov 2023 08:13:09 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66407-done 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 (-) Am Freitag, dem 27.10.2023 um 20:03 +0100 schrieb Bruno Victal: > * gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3. Pushed. Cheers From unknown Fri Jun 20 20:10:58 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, 02 Dec 2023 12: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