1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: perl-safe-isa: Update to 1.000010.

* gnu/packages/perl.scm (perl-safe-isa): Update to 1.000010.
This commit is contained in:
Tobias Geerinckx-Rice
2018-04-26 23:52:03 +02:00
parent c3a17ab7af
commit e1612fb59c
+2 -2
View File
@@ -7171,7 +7171,7 @@ and @code{deserialize_regexp}.")
(define-public perl-safe-isa
(package
(name "perl-safe-isa")
(version "1.000008")
(version "1.000010")
(source
(origin
(method url-fetch)
@@ -7179,7 +7179,7 @@ and @code{deserialize_regexp}.")
"Safe-Isa-" version ".tar.gz"))
(sha256
(base32
"08r74hwxq5b3bibnbwjr9anybg15l3zqdgcirpw1xm2qpvcxgdkx"))))
"0sm6p1kw98s7j6n92vvxjqf818xggnmjwci34xjmw7gzl2519x47"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Safe-Isa/")
(synopsis "Call isa, can, does, and DOES safely")