mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: perl-mouse: Update to 2.5.10.
* gnu/packages/perl.scm (perl-mouse): Update to 2.5.10.
This commit is contained in:
parent
ab2a7aa438
commit
81bba37571
1 changed files with 2 additions and 2 deletions
|
@ -7558,7 +7558,7 @@ (define-public perl-moox-types-mooselike
|
|||
(define-public perl-mouse
|
||||
(package
|
||||
(name "perl-mouse")
|
||||
(version "2.5.6")
|
||||
(version "2.5.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -7567,7 +7567,7 @@ (define-public perl-mouse
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j3048ip691j91rdig6wrlg6i4jdzhszxmz5pi2g7n355rl2w00l"))))
|
||||
"1vijm8wkyws1jhnqmx104585q3srw9z1crcpy1zlcfhm8qww53ff"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)
|
||||
|
|
Loading…
Reference in a new issue