[cpan2nix] perlPackages.Swim: 0.1.46 -> 0.1.48

This commit is contained in:
volth 2020-01-14 00:10:44 +00:00
parent cdd5cf8579
commit 799a6d55ae

View file

@ -16867,13 +16867,12 @@ let
Swim = buildPerlPackage {
pname = "Swim";
version = "0.1.46";
version = "0.1.48";
src = fetchurl {
url = mirror://cpan/authors/id/I/IN/INGY/Swim-0.1.46.tar.gz;
sha256 = "ac747362afec12a0ba30ffdfff8765f80a124dff8ebcb238326fa627e07daae8";
url = mirror://cpan/authors/id/I/IN/INGY/Swim-0.1.48.tar.gz;
sha256 = "a5f72fd2f22917fa2b4acbb2ee2c3d32903d97ee5b0e449b0f387018c77f4f0c";
};
buildInputs = [ FileShareDirInstall ];
propagatedBuildInputs = [ HTMLEscape HashMerge IPCRun Pegex TextAutoformat YAMLLibYAML ];
propagatedBuildInputs = [ HTMLEscape HashMerge IPCRun Pegex TextAutoformat ];
meta = {
homepage = https://github.com/ingydotnet/swim-pm;
description = "See What I Mean?!";