GNU bug report logs - #72030
[PATCH] gnu: perl-file-mimeinfo: Update to 0.35.

Previous Next

Package: guix-patches;

Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>

Date: Wed, 10 Jul 2024 08:43:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: 72030 <at> debbugs.gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [bug#72030] [PATCH] gnu: perl-file-mimeinfo: Update to 0.35.
Date: Wed, 10 Jul 2024 10:42:31 +0200
* gnu/packages/freedesktop.scm (perl-file-mimeinfo): Update to 0.35.
[propagated-inputs]: Add perl-encode-locale.
---
 gnu/packages/freedesktop.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 6941450436..7c99c28832 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2548,7 +2548,7 @@ (define-public perl-file-desktopentry
 (define-public perl-file-mimeinfo
   (package
     (name "perl-file-mimeinfo")
-    (version "0.33")
+    (version "0.35")
     (source
      (origin
        (method url-fetch)
@@ -2556,7 +2556,7 @@ (define-public perl-file-mimeinfo
                            "File-MimeInfo-" version ".tar.gz"))
        (sha256
         (base32
-         "1i5iw6ri0w9clwpqf40xmsh4isc8xvx2lyf2r5g34886i6rsdgpn"))))
+         "1hgwh74id67mhbjdrcbzldmqmlrh8dcs21al1l8411lrqincn5wp"))))
     (build-system perl-build-system)
     (inputs
      ;; TODO(staging): Make unconditional.
@@ -2566,7 +2566,7 @@ (define-public perl-file-mimeinfo
     ;; If the tests are fixed, add perl-test-pod, perl-test-pod-coverage, and
     ;; perl-test-tiny as native-inputs.
     (propagated-inputs
-     (list shared-mime-info perl-file-desktopentry))
+     (list shared-mime-info perl-file-desktopentry perl-encode-locale))
     (arguments
      ;; Some tests fail due to requiring the mimetype of perl files to be
      ;; text/plain when they are actually application/x-perl.

base-commit: ad5b5ef8a34389830083ab2c77c4e8bf03a5e662
prerequisite-patch-id: f9cc903b8048c8c6fde576fbf38ab110263020e3
prerequisite-patch-id: 1bcd992c56c1b094479b842032fc9731315cbf83
-- 
2.45.2





This bug report was last modified 340 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.