diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-22 18:16:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 00:11:15 +0100 |
commit | 0b50a6dbedd4b3d48624b5f653b197d71b6915da (patch) | |
tree | 9b1a1ed9512eebf2fec159a36702be9f1fd589ef | |
parent | 8de0e90bc08c43bb93290bc03eb778118d735f45 (diff) | |
download | patches-0b50a6dbedd4b3d48624b5f653b197d71b6915da.tar patches-0b50a6dbedd4b3d48624b5f653b197d71b6915da.tar.gz |
gnu: perl-universal-isa: Update to 1.20171012.
* gnu/packages/perl.scm (perl-universal-isa): Update to 1.20171012.
-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 88e48d3e5a..805400297c 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -9097,7 +9097,7 @@ UNIVERSAL::can() as a function, which it is not.") (define-public perl-universal-isa (package (name "perl-universal-isa") - (version "1.20140927") + (version "1.20171012") (source (origin (method url-fetch) @@ -9105,7 +9105,7 @@ UNIVERSAL::can() as a function, which it is not.") "UNIVERSAL-isa-" version ".tar.gz")) (sha256 (base32 - "0ryqk58nkzhdq26si7mh49h8wand1wlmyf4m78qgiyn8ib6989bb")))) + "0avzv9j32aab6l0rd63n92v0pgliz1p4yabxxjfq275hdh1mcsfi")))) (build-system perl-build-system) (native-inputs `(("perl-module-build-tiny" ,perl-module-build-tiny))) |