gnu: perl-mouse: Update to 2.5.6.

* gnu/packages/perl.scm (perl-mouse): Update to 2.5.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-23 09:29:46 +01:00
parent 9061b727cf
commit 00ffc98fb3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6251,7 +6251,7 @@ fields in Moo-based classes.")
(define-public perl-mouse (define-public perl-mouse
(package (package
(name "perl-mouse") (name "perl-mouse")
(version "2.4.9") (version "2.5.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -6260,7 +6260,7 @@ fields in Moo-based classes.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1y20sl97x1h4y1iid47hj0w1hb2887dchh4nfffgmqpyggkslh4n")))) "1j3048ip691j91rdig6wrlg6i4jdzhszxmz5pi2g7n355rl2w00l"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-module-build" ,perl-module-build) `(("perl-module-build" ,perl-module-build)