~ruther/guix-local

e87ab2e8953ef2c9e5ce7d22d5c8ff581da519d1 — Tobias Geerinckx-Rice 8 years ago e1cf4fd
gnu: perl-data-optlist: Update to 0.110.

* gnu/packages/perl.scm (perl-data-optlist): Update to 0.110.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +2 -2
@@ 1720,7 1720,7 @@ indentation and newlines plus sub deparsing.")
(define-public perl-data-optlist
  (package
    (name "perl-data-optlist")
    (version "0.109")
    (version "0.110")
    (source
     (origin
       (method url-fetch)


@@ 1729,7 1729,7 @@ indentation and newlines plus sub deparsing.")
             version ".tar.gz"))
       (sha256
        (base32
         "1j44rm2spprlq3bc80cxni3dzs3gfjiqv1qc9q7820n1qj0wgmqw"))))
         "1hzmgr2imdg1fc3hmwx0d56fhsdfyrgmgx7jb4jkyiv6575ifq9n"))))
    (build-system perl-build-system)
    (propagated-inputs
     `(("perl-sub-install" ,perl-sub-install)