gnu: perl-file-find-rule: Update to 0.34.

* gnu/packages/perl.scm (perl-file-find-rule): Update to 0.34.
master
Tobias Geerinckx-Rice 2018-04-21 23:04:45 +02:00
parent 8c8771c375
commit ea1db49a89
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3370,7 +3370,7 @@ type.")
(define-public perl-file-find-rule
(package
(name "perl-file-find-rule")
(version "0.33")
(version "0.34")
(source
(origin
(method url-fetch)
@ -3378,7 +3378,7 @@ type.")
"File-Find-Rule-" version ".tar.gz"))
(sha256
(base32
"0w73b4jr2fcrd74a1w3b2jryq3mqzc8z5mk7ia9p85xn3qmpa5r4"))))
"1znachnhmi1w5pdqx8dzgfa892jb7x8ivrdy4pzjj7zb6g61cvvy"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-text-glob" ,perl-text-glob)