mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-data-dumper: Update to 2.183.
* gnu/packages/perl.scm (perl-data-dumper): Update to 2.183.
This commit is contained in:
parent
4598928a90
commit
72b1c9713b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2013, 2019, 2020, 2021 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2015, 2016, 2017, 2019, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2016, 2017, 2019, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2016, 2017, 2019, 2020 Eric Bavier <bavier@posteo.net>
|
||||
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
||||
;;; Copyright © 2016, 2018 Mark H Weaver <mhw@netris.org>
|
||||
|
@ -2790,7 +2790,7 @@ (define-public perl-data-dump
|
|||
(define-public perl-data-dumper
|
||||
(package
|
||||
(name "perl-data-dumper")
|
||||
(version "2.180")
|
||||
(version "2.183")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2798,7 +2798,7 @@ (define-public perl-data-dumper
|
|||
"Data-Dumper-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"029vfvj81dhyv01zrd94lak8qnkbik2h5d1mvj19hxdp67jnwqc6"))))
|
||||
"1lssmgag36w1lhrnli2gq3g55p0z3zx5x74dh4vipbkx1f4kc9z4"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Data-Dumper")
|
||||
(synopsis "Convert data structures to strings")
|
||||
|
|
Loading…
Reference in a new issue