Skip to content

Commit 4bf61ab

Browse files
timorrycee
authored andcommittedSep 9, 2017
perl-Filter-Simple: 0.91 -> 0.94
1 parent af78d76 commit 4bf61ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/top-level/perl-packages.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -5755,10 +5755,10 @@ let self = _self // overrides; _self = with self; {
57555755
};
57565756

57575757
FilterSimple = buildPerlPackage {
5758-
name = "Filter-Simple-0.91";
5758+
name = "Filter-Simple-0.94";
57595759
src = fetchurl {
5760-
url = mirror://cpan/authors/id/S/SM/SMUELLER/Filter-Simple-0.91.tar.gz;
5761-
sha256 = "c75a4945e94ecfe97e1409f49df036700d2e072e288497e205c4d319a80f694d";
5760+
url = mirror://cpan/authors/id/S/SM/SMUELLER/Filter-Simple-0.94.tar.gz;
5761+
sha256 = "1lkrgsqaxf595ha1y29gxqqf4kf8cpm5yzr4gg7zngbq1nb0pz6g";
57625762
};
57635763
meta = {
57645764
description = "Simplified source filtering";

0 commit comments

Comments
 (0)
Please sign in to comment.