me
/
guix
Archived
1
0
Fork 0

gnu: perl-ref-util-xs: Update to 0.117.

* gnu/packages/perl.scm (perl-ref-util-xs): Update to 0.117.
master
Tobias Geerinckx-Rice 2018-03-12 00:44:04 +01:00
parent 387a8fd7d0
commit 221ff3c097
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6757,7 +6757,7 @@ variables that should not be changed.")
(define-public perl-ref-util-xs (define-public perl-ref-util-xs
(package (package
(name "perl-ref-util-xs") (name "perl-ref-util-xs")
(version "0.116") (version "0.117")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -6765,7 +6765,7 @@ variables that should not be changed.")
"Ref-Util-XS-" version ".tar.gz")) "Ref-Util-XS-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0l5dzbd71iclv8fdjk7685rq6pbfiiydh0n70br6g9l9iy2smr6f")))) "0g33cndhj353h5xjihvgjc2h6vxwkyyzw63r4l06czvq4flcar7v"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Ref-Util-XS/") (home-page "http://search.cpan.org/dist/Ref-Util-XS/")
(synopsis "XS implementation for Ref::Util") (synopsis "XS implementation for Ref::Util")