[nix-update-cpan] perlPackages.Applify: 0.21 -> 0.22

This commit is contained in:
Stig Palmquist 2020-12-13 13:26:38 +01:00
parent 113c678fb6
commit a4ca131acd

View File

@ -619,10 +619,10 @@ let
Applify = buildPerlPackage {
pname = "Applify";
version = "0.21";
version = "0.22";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/Applify-0.21.tar.gz";
sha256 = "e34bc64c12c42369af6db7d17e3e20059b9d97ed50f8e487bf610008525eb84d";
url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/Applify-0.22.tar.gz";
sha256 = "0y644rr7gl49awn27xj556q9i86fddkkn26gnfn52wm19d7aa94a";
};
meta = {
homepage = "https://github.com/jhthorsen/applify";