diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 00:44:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 04:58:00 +0100 |
commit | 221ff3c0971219813d8a10b2093e2af9f45b9086 (patch) | |
tree | 1cbae0d4bb7bed41bc2401cb42e2cd17a61571cf /gnu | |
parent | 387a8fd7d06e05faab4ac896aae32229df0bf1a3 (diff) | |
download | patches-221ff3c0971219813d8a10b2093e2af9f45b9086.tar patches-221ff3c0971219813d8a10b2093e2af9f45b9086.tar.gz |
gnu: perl-ref-util-xs: Update to 0.117.
* gnu/packages/perl.scm (perl-ref-util-xs): Update to 0.117.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 457a51e738..00ef99da02 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -6757,7 +6757,7 @@ variables that should not be changed.") (define-public perl-ref-util-xs (package (name "perl-ref-util-xs") - (version "0.116") + (version "0.117") (source (origin (method url-fetch) @@ -6765,7 +6765,7 @@ variables that should not be changed.") "Ref-Util-XS-" version ".tar.gz")) (sha256 (base32 - "0l5dzbd71iclv8fdjk7685rq6pbfiiydh0n70br6g9l9iy2smr6f")))) + "0g33cndhj353h5xjihvgjc2h6vxwkyyzw63r4l06czvq4flcar7v")))) (build-system perl-build-system) (home-page "http://search.cpan.org/dist/Ref-Util-XS/") (synopsis "XS implementation for Ref::Util") |