gnu: perl-file-find-object-rule: Update to 0.0311.

* gnu/packages/perl.scm (perl-file-find-object-rule): Update to 0.0311.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-16 04:49:30 +02:00
parent 6f2697f748
commit 9ffbc2456b
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -9705,7 +9705,7 @@ (define-public perl-file-find-object
(define-public perl-file-find-object-rule
(package
(name "perl-file-find-object-rule")
(version "0.0309")
(version "0.0311")
(source
(origin
(method url-fetch)
@ -9714,7 +9714,7 @@ (define-public perl-file-find-object-rule
version
".tar.gz"))
(sha256
(base32 "1qr1rrp9gn0bpsixsrkan710sxc7bnhirh0anjsw2ihn4wdy3151"))))
(base32 "0gjzfd5fz7mhr5abafxr7qic7nwhk7y9iv17as6l880973j952h3"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))