mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-boolean: Update to 0.46.
* gnu/packages/perl.scm (perl-boolean): Update to 0.46.
This commit is contained in:
parent
c36909ca1d
commit
ba1eadaff6
1 changed files with 2 additions and 3 deletions
|
@ -541,15 +541,14 @@ (define-public perl-bit-vector
|
|||
(define-public perl-boolean
|
||||
(package
|
||||
(name "perl-boolean")
|
||||
(version "0.45")
|
||||
(version "0.46")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/I/IN/INGY/"
|
||||
"boolean-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18hrgldzwnhs0c0r8hxx6r05qvk9p7gwinjwcybixfs2h0n43ypj"))))
|
||||
(base32 "0shmiw8pmshnwj01cz8g94867hjf4vc1dkp61xlbz0rybh48ih4m"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/boolean")
|
||||
(synopsis "Boolean support for Perl")
|
||||
|
|
Loading…
Reference in a new issue