me
/
guix
Archived
1
0
Fork 0

gnu: perl-universal-isa: Update to 1.20171012.

* gnu/packages/perl.scm (perl-universal-isa): Update to 1.20171012.
master
Tobias Geerinckx-Rice 2019-03-22 18:16:44 +01:00
parent 8de0e90bc0
commit 0b50a6dbed
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))