gnu: perl-data-optlist: Update to 0.110.

* gnu/packages/perl.scm (perl-data-optlist): Update to 0.110.
master
Tobias Geerinckx-Rice 2018-02-27 17:04:05 +01:00
parent e1cf4fd2d2
commit e87ab2e895
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)