diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-05-19 15:39:16 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-05-19 22:15:58 +0300 |
commit | e9ae445a5935fe625d0246c2358814b09a44722e (patch) | |
tree | a7ff0de70436c298105afacee29c03436f98fb0c /gnu/packages/perl.scm | |
parent | 6feddb550265f12932453304530b71b49275d71c (diff) |
gnu: perl-tree-simple: Update to 1.34.
* gnu/packages/perl.scm (perl-tree-simple): Update to 1.34.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index a386dd14f7..3e9d860b6c 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -10527,14 +10527,14 @@ and time() calls.") (define-public perl-tree-simple (package (name "perl-tree-simple") - (version "1.33") + (version "1.34") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/R/RS/RSAVAGE/" "Tree-Simple-" version ".tgz")) (sha256 - (base32 "1alnwb6c7n4al91m9cyknvcyvdz521lh22dz1hyk4v7c50adffnv")))) + (base32 "176j8zgsndfnxb5mxaiarnva3ghck1jxgxwkz77r9fr2sadpksdp")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build) |