mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: perl-tree-simple: Update to 1.34.
* gnu/packages/perl.scm (perl-tree-simple): Update to 1.34.
This commit is contained in:
parent
6feddb5502
commit
e9ae445a59
1 changed files with 2 additions and 2 deletions
|
@ -10527,14 +10527,14 @@ (define-public perl-time-mock
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue