diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-20 02:09:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-20 02:10:55 +0200 |
commit | 0762a1dbf4c4766dff5a8a006306f1f1f1f48ea8 (patch) | |
tree | a47b431ead9cdffb1fd5e288577440d8a41ec2dd /gnu | |
parent | 1a34ca0e8fd888a71f80b4f64e07d78a633c677d (diff) |
gnu: perl-html-template: Update to 2.97.
* gnu/packages/web.scm (perl-html-template): Update to 2.97.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 90ddd9f7c7..8acd37bc22 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -2229,14 +2229,14 @@ kinds of HTML parsing operations.") (define-public perl-html-template (package (name "perl-html-template") - (version "2.95") + (version "2.97") (source (origin (method url-fetch) - (uri (string-append "mirror://cpan/authors/id/W/WO/WONKO/" + (uri (string-append "mirror://cpan/authors/id/S/SA/SAMTREGAR/" "HTML-Template-" version ".tar.gz")) (sha256 (base32 - "07ahpfgidxsw2yb7y8i7bbr8s64aq6qgq832h9jswmksxbd0l43q")))) + "17qjw8swj2q4b1ic285pndgrkmvpsqw0j68nhqzpk1daydhsyiv5")))) (build-system perl-build-system) (propagated-inputs `(("perl-cgi" ,perl-cgi))) |