me
/
guix
Archived
1
0
Fork 0

gnu: perl-role-tiny: Update to 2.001004.

* gnu/packages/perl.scm (perl-role-tiny): Update to 2.001004.
master
Tobias Geerinckx-Rice 2020-10-14 17:19:48 +02:00
parent 6f19c32b0e
commit e4089b897b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -8605,14 +8605,14 @@ and @code{deserialize_regexp}.")
(define-public perl-role-tiny-2
(package
(inherit perl-role-tiny)
(version "2.001001")
(version "2.001004")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
"Role-Tiny-" version ".tar.gz"))
(sha256
(base32 "16yryg3cr14xw201gm8k8ci00hs60fy8lk2xhnaqa85n5m68flk8"))))))
(base32 "11qn516352yhi794www3ykwa9xv2gxpfnhn9jcn10x0ahl95gflj"))))))
(define-public perl-safe-isa
(package