gnu: perl-text-format: Update to 0.62.

* gnu/packages/perl.scm (perl-text-format): Update to 0.62.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-11 17:30:00 +01:00
parent 85a4ddbdbe
commit 72ba2db384
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)