diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-11 23:48:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 04:57:55 +0100 |
commit | 6d2f72cd58541bee77e1624555726cf525dc71e9 (patch) | |
tree | bd88d79cfbac5cff9eb031a4cefe731ee21aca1c /gnu | |
parent | a23b131c2d2e9c008fdad9fe1fe19ab61da3ac22 (diff) |
gnu: perl-json-maybexs: Update to 1.003010.
* gnu/packages/perl.scm (perl-json-maybexs): Update to 1.003010.
[source]: Update source URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 9e3dcb1a74..2d0c4c3570 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4249,15 +4249,15 @@ installed.") (define-public perl-json-maybexs (package (name "perl-json-maybexs") - (version "1.003003") + (version "1.003010") (source (origin (method url-fetch) - (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/" + (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/" "JSON-MaybeXS-" version ".tar.gz")) (sha256 (base32 - "0q21wzz87drrvblxcm2py8fcvkzwx1hxzfybynz8ln7wv66vbx3f")))) + "0hs504x5zsa2vl6r7b3rvbygsak1ly24m1lg636bqp3x7jirmb30")))) (build-system perl-build-system) (native-inputs `(("perl-test-without-module" ,perl-test-without-module))) |