me
/
guix
Archived
1
0
Fork 0

gnu: perl-universal-require: Update to 0.19.

* gnu/packages/perl.scm (perl-universal-require): Update to 0.19.
master
Efraim Flashner 2021-05-19 15:27:12 +03:00
parent 6a5d542193
commit 83deef40b7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -10867,7 +10867,7 @@ UNIVERSAL::isa as a function.")
(define-public perl-universal-require
(package
(name "perl-universal-require")
(version "0.18")
(version "0.19")
(source
(origin
(method url-fetch)
@ -10876,7 +10876,7 @@ UNIVERSAL::isa as a function.")
version ".tar.gz"))
(sha256
(base32
"1v9qdg80ng6dzyzs7cn8sb6mn8ym042i32lcnpd478b7g6l3d9xj"))))
"00qs1y2xzxbz4s13q28hwg2pm0vcmsb0gg6k7wh3p33cw0kcsryl"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/UNIVERSAL-require")
(synopsis "Require modules from a variable")