summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/freedesktop.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index acdbc02fe3d..77a5e1cf623 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2813,7 +2813,7 @@ applications define in those files.")
2813(define-public perl-file-mimeinfo 2813(define-public perl-file-mimeinfo
2814 (package 2814 (package
2815 (name "perl-file-mimeinfo") 2815 (name "perl-file-mimeinfo")
2816 (version "0.33") 2816 (version "0.37")
2817 (source 2817 (source
2818 (origin 2818 (origin
2819 (method url-fetch) 2819 (method url-fetch)
@@ -2821,13 +2821,13 @@ applications define in those files.")
2821 "File-MimeInfo-" version ".tar.gz")) 2821 "File-MimeInfo-" version ".tar.gz"))
2822 (sha256 2822 (sha256
2823 (base32 2823 (base32
2824 "1i5iw6ri0w9clwpqf40xmsh4isc8xvx2lyf2r5g34886i6rsdgpn")))) 2824 "0syhn8cq54xznrvnb410j0ilfa9icyq4ma8ki4csza3dsgyvpr8k"))))
2825 (build-system perl-build-system) 2825 (build-system perl-build-system)
2826 (inputs (list bash-minimal)) ;for wrap-program 2826 (inputs (list bash-minimal)) ;for wrap-program
2827 ;; If the tests are fixed, add perl-test-pod, perl-test-pod-coverage, and 2827 ;; If the tests are fixed, add perl-test-pod, perl-test-pod-coverage, and
2828 ;; perl-test-tiny as native-inputs. 2828 ;; perl-test-tiny as native-inputs.
2829 (propagated-inputs 2829 (propagated-inputs
2830 (list shared-mime-info perl-file-desktopentry)) 2830 (list shared-mime-info perl-encode-locale perl-file-desktopentry))
2831 (arguments 2831 (arguments
2832 ;; Some tests fail due to requiring the mimetype of perl files to be 2832 ;; Some tests fail due to requiring the mimetype of perl files to be
2833 ;; text/plain when they are actually application/x-perl. 2833 ;; text/plain when they are actually application/x-perl.