diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-01-21 11:12:24 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-01-21 11:21:14 +0200 |
commit | 8c396a05761c5600d7ae2ce68469ab599bf13dbe (patch) | |
tree | 7666bf5e91c7aa8c817258982cafd12bc0d633c1 /gnu/packages/perl.scm | |
parent | cf867de06124578cd66e1d54b44b7f2906a503d5 (diff) |
gnu: perl-json-xs: Update to 4.0.
* gnu/packages/perl.scm (perl-json-xs): Update to 4.0.
[native-inputs]: Add perl-canary-stability.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 6fc7d49e18..5ab8a81513 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4438,7 +4438,7 @@ either uses the first module it finds or throws an error.") (define-public perl-json-xs (package (name "perl-json-xs") - (version "3.01") + (version "4.0") (source (origin (method url-fetch) @@ -4446,8 +4446,10 @@ either uses the first module it finds or throws an error.") "JSON-XS-" version ".tar.gz")) (sha256 (base32 - "1aviik480m61ykwvyix83grywzbk828wvfz19hqfvaasd8jz73af")))) + "0118yrzagwlcfj5yldn3h23zzqs2rx282jlm068nf7fjlvy4m7s7")))) (build-system perl-build-system) + (native-inputs + `(("perl-canary-stability" ,perl-canary-stability))) (propagated-inputs `(("perl-common-sense" ,perl-common-sense) ("perl-types-serialiser" ,perl-types-serialiser))) |