Merge pull request #241657 from stig/bump-chordpro

perlPackages.AppMusicChordPro: 0.977 -> 6.010

authored by

Stig and committed by
GitHub
10904870 f5c83c70

+24 -17
+24 -17
pkgs/top-level/perl-packages.nix
··· 862 862 863 863 AppMusicChordPro = buildPerlPackage { 864 864 pname = "App-Music-ChordPro"; 865 - version = "0.977"; 865 + version = "6.010"; 866 866 src = fetchurl { 867 - url = "mirror://cpan/authors/id/J/JV/JV/App-Music-ChordPro-0.977.tar.gz"; 868 - hash = "sha256-EPOVabK2KSct2zQIUxdb0E3YTHEHLOqzcSW2xga58T0="; 867 + url = "mirror://cpan/authors/id/J/JV/JV/App-Music-ChordPro-6.010.tar.gz"; 868 + hash = "sha256-SqTkbR2bWIMcU5gSRf2WW6s1ckHtJVPkxj/bBO9X4kM="; 869 869 }; 870 870 buildInputs = [ PodParser ]; 871 - propagatedBuildInputs = [ AppPackager FileLoadLines IOString ImageInfo PDFAPI2 StringInterpolateNamed TextLayout ] 871 + propagatedBuildInputs = [ AppPackager FileLoadLines FileHomeDir IOString ImageInfo PDFAPI2 StringInterpolateNamed TextLayout ] 872 872 ++ lib.optionals (!stdenv.isDarwin) [ Wx ]; 873 873 nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang; 874 + 875 + # Delete tests that fail when version env var is set, see 876 + # https://github.com/ChordPro/chordpro/issues/293 877 + patchPhase = '' 878 + rm t/320_subst.t t/321_subst.t t/322_subst.t 879 + ''; 880 + 874 881 postInstall = lib.optionalString stdenv.isDarwin '' 875 882 shortenPerlShebang $out/bin/chordpro 876 883 rm $out/bin/wxchordpro # Wx not supported on darwin ··· 9475 9482 9476 9483 FileLoadLines = buildPerlPackage { 9477 9484 pname = "File-LoadLines"; 9478 - version = "1.01"; 9485 + version = "1.021"; 9479 9486 src = fetchurl { 9480 - url = "mirror://cpan/authors/id/J/JV/JV/File-LoadLines-1.01.tar.gz"; 9481 - hash = "sha256-boxuaqSffLmY+r+5ZqSZK7DGLxzT49chNaMRVoNGWdE="; 9487 + url = "mirror://cpan/authors/id/J/JV/JV/File-LoadLines-1.021.tar.gz"; 9488 + hash = "sha256-mOQS98aSYRNPNLh4W926sxVrj0UlU9u1tWytaDuG//A="; 9482 9489 }; 9483 9490 buildInputs = [ TestException ]; 9484 9491 meta = { ··· 19385 19392 19386 19393 PDFAPI2 = buildPerlPackage { 19387 19394 pname = "PDF-API2"; 19388 - version = "2.042"; 19395 + version = "2.044"; 19389 19396 src = fetchurl { 19390 - url = "mirror://cpan/authors/id/S/SS/SSIMMS/PDF-API2-2.042.tar.gz"; 19391 - hash = "sha256-q5kpQVAGAdwxoaL65s3hD3VTGogKKjEAyZ1VYKzVPF0="; 19397 + url = "mirror://cpan/authors/id/S/SS/SSIMMS/PDF-API2-2.044.tar.gz"; 19398 + hash = "sha256-stFVeeQnI9jX+bct6G0NNc3jTx63cTRWuirTX7PL6n4="; 19392 19399 }; 19393 19400 buildInputs = [ TestException TestMemoryCycle ]; 19394 19401 propagatedBuildInputs = [ FontTTF ]; ··· 22274 22281 22275 22282 StringInterpolateNamed = buildPerlPackage { 22276 22283 pname = "String-Interpolate-Named"; 22277 - version = "1.00"; 22284 + version = "1.03"; 22278 22285 src = fetchurl { 22279 - url = "mirror://cpan/authors/id/J/JV/JV/String-Interpolate-Named-1.00.tar.gz"; 22280 - hash = "sha256-cnKZ+mkli2BHcOBZ7E2pBr/ecYYf3R4+ieMGdzccWoA="; 22286 + url = "mirror://cpan/authors/id/J/JV/JV/String-Interpolate-Named-1.03.tar.gz"; 22287 + hash = "sha256-on13VgcnX2jtkqQT85SsAJLn3hzZPWJHnUf7pwF6Jtw="; 22281 22288 }; 22282 22289 meta = { 22283 22290 description = "Interpolated named arguments in string"; ··· 25544 25551 25545 25552 TextLayout = buildPerlPackage { 25546 25553 pname = "Text-Layout"; 25547 - version = "0.019"; 25554 + version = "0.031"; 25548 25555 src = fetchurl { 25549 - url = "mirror://cpan/authors/id/J/JV/JV/Text-Layout-0.019.tar.gz"; 25550 - hash = "sha256-oEPyqJ4ROynFI6nvpx+oOY7XXt1IIZOQGzjQjdSkEI4="; 25556 + url = "mirror://cpan/authors/id/J/JV/JV/Text-Layout-0.031.tar.gz"; 25557 + hash = "sha256-EQ4ObbzKIFhKcckNpxBYAdRrXXYd+QmsTfYQbDM3B34="; 25551 25558 }; 25552 - buildInputs = [ PDFAPI2 ]; 25559 + buildInputs = [ IOString PDFAPI2 ]; 25553 25560 meta = { 25554 25561 description = "Pango style markup formatting"; 25555 25562 license = with lib.licenses; [ artistic1 gpl1Plus ];