mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-mixin-linewise: Update to 0.111.
* gnu/packages/perl.scm (perl-mixin-linewise): Update to 0.111. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I8ca57dd4abcdd59b96dc9433050ecfed578cce6d
This commit is contained in:
parent
f82c7c2d4a
commit
1119740f63
1 changed files with 2 additions and 2 deletions
|
@ -7418,7 +7418,7 @@ comes with a script called @samp{perlver}.")
|
|||
(define-public perl-mixin-linewise
|
||||
(package
|
||||
(name "perl-mixin-linewise")
|
||||
(version "0.108")
|
||||
(version "0.111")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -7426,7 +7426,7 @@ comes with a script called @samp{perlver}.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wmfr19w9y8qys7b32mnj1vmps7qwdahqas71a9p62ac8xw0dwkx"))))
|
||||
"1nq1gc4320djn5mqgk55v2vjm3zwq36wq7b365f2kdg9di8qi3nj"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
(list perl-perlio-utf8_strict perl-sub-exporter))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue