mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perltidy: Update to 20180220.
* gnu/packages/perl.scm (perltidy): Update to 20180220.
This commit is contained in:
parent
0943b0b534
commit
469e82715e
1 changed files with 2 additions and 2 deletions
|
@ -8515,14 +8515,14 @@ (define-public perl-throwable
|
|||
(define-public perltidy
|
||||
(package
|
||||
(name "perltidy")
|
||||
(version "20160302")
|
||||
(version "20180220")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/perltidy/" version
|
||||
"/Perl-Tidy-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19yw63yh5s3pq7k3nkw6nsamg5b8vvwyhgbizslgxg0mqgc4xl3d"))))
|
||||
"0w1k5ffcrpx0fm9jgprrwy0290k6cmy7dyk83s61063migi3r5z9"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://perltidy.sourceforge.net/")
|
||||
(synopsis "Perl script tidier")
|
||||
|
|
Loading…
Reference in a new issue