mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: perl-text-format: Update to 0.62.
* gnu/packages/perl.scm (perl-text-format): Update to 0.62.
This commit is contained in:
parent
85a4ddbdbe
commit
72ba2db384
1 changed files with 2 additions and 2 deletions
|
@ -9833,7 +9833,7 @@ (define-public perl-text-diff
|
|||
(define-public perl-text-format
|
||||
(package
|
||||
(name "perl-text-format")
|
||||
(version "0.61")
|
||||
(version "0.62")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -9841,7 +9841,7 @@ (define-public perl-text-format
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0axfyiml3zwawwd127z8rl2lm53z6dlsflzmp80m3j0myn7kp2mv"))))
|
||||
"0104z7jjv46kqh77rnx8kvmsbr5dy0s56xm01dckq4ly65br0hkx"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)
|
||||
|
|
Loading…
Reference in a new issue