perlPackages.Swim: 0.1.44 -> 0.1.45

This patch updates the Perl package `Swim` (attribute path
`perlPackages.Swim`) from version 0.1.44 to version 0.1.45.

I have tested this patch per nixpkgs manual section 11.1 ("Making
patches").
This commit is contained in:
c74d 2017-02-11 18:41:47 +00:00 committed by Robert Helgesson
parent 70d54cdbe3
commit 89db3a0bc6
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
1 changed files with 2 additions and 2 deletions

View File

@ -11964,10 +11964,10 @@ let self = _self // overrides; _self = with self; {
};
Swim = buildPerlPackage rec {
name = "Swim-0.1.44";
name = "Swim-0.1.45";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
sha256 = "06aac148d7b1778028ffae657fdf79b1093b52035661fd8b9bdad729dc8741aa";
sha256 = "3755ba1a02aee933c8e1de3995aca1523d6175291a1fa60c3f7fd477f5bb2469";
};
buildInputs = [ FileShareDirInstall ];
propagatedBuildInputs = [ HTMLEscape HashMerge IPCRun Pegex TextAutoformat YAMLLibYAML ];