diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 10:17:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 15:24:11 +0100 |
commit | 1dc19afbd07a9399d5a5a766464feee2f2531500 (patch) | |
tree | 40477927d02fce2ec177ab8bb70ca9bc2890199f | |
parent | 2f9b601846189c4d1471e4b46e0878e190e1487c (diff) | |
download | patches-1dc19afbd07a9399d5a5a766464feee2f2531500.tar patches-1dc19afbd07a9399d5a5a766464feee2f2531500.tar.gz |
gnu: perl-tree-simple: Update to 1.33.
* gnu/packages/perl.scm (perl-tree-simple): Update to 1.33.
-rw-r--r-- | gnu/packages/perl.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 0d9789cc66..775a2df1f5 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -8744,15 +8744,14 @@ and time() calls.") (define-public perl-tree-simple (package (name "perl-tree-simple") - (version "1.25") + (version "1.33") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/R/RS/RSAVAGE/" "Tree-Simple-" version ".tgz")) (sha256 - (base32 - "1xj1n70v4qbx7m9k01bj9aixk77yssliavgvfds3xj755hcan0nr")))) + (base32 "1alnwb6c7n4al91m9cyknvcyvdz521lh22dz1hyk4v7c50adffnv")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build) |