gnu: perl-boolean: Update to 0.46.

* gnu/packages/perl.scm (perl-boolean): Update to 0.46.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-23 09:59:42 +01:00
parent c36909ca1d
commit ba1eadaff6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -541,15 +541,14 @@ library can nevertheless be used stand-alone, without Perl.")
(define-public perl-boolean (define-public perl-boolean
(package (package
(name "perl-boolean") (name "perl-boolean")
(version "0.45") (version "0.46")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/I/IN/INGY/" (uri (string-append "mirror://cpan/authors/id/I/IN/INGY/"
"boolean-" version ".tar.gz")) "boolean-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0shmiw8pmshnwj01cz8g94867hjf4vc1dkp61xlbz0rybh48ih4m"))))
"18hrgldzwnhs0c0r8hxx6r05qvk9p7gwinjwcybixfs2h0n43ypj"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/boolean") (home-page "https://metacpan.org/release/boolean")
(synopsis "Boolean support for Perl") (synopsis "Boolean support for Perl")