[PATCH] gnu: perl-file-mimeinfo: Update to 0.35.

  • Open
  • quality assurance status badge
Details
One participant
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal

Debbugs page

S
S
Sergey Trofimov wrote on 10 Jul 01:42 -0700
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
a84ac0fe020c5b72de96aa7a904cc3aec0824681.1720600946.git.sarg@sarg.org.ru
* 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(-)

Toggle diff (37 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72030@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72030
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch