GNU bug report logs -
#72030
[PATCH] gnu: perl-file-mimeinfo: Update to 0.35.
Previous Next
To reply to this bug, email your comments to 72030 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72030
; Package
guix-patches
.
(Wed, 10 Jul 2024 08:43:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 10 Jul 2024 08:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.