perlPackages.SoftwareLicense: 0.103014 -> 0.104004

This commit is contained in:
Stig Palmquist 2023-10-20 03:15:24 +02:00
parent 86a22f6b65
commit 44a16040d4

View File

@ -22082,10 +22082,10 @@ with self; {
SoftwareLicense = buildPerlPackage { SoftwareLicense = buildPerlPackage {
pname = "Software-License"; pname = "Software-License";
version = "0.103014"; version = "0.104004";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/L/LE/LEONT/Software-License-0.103014.tar.gz"; url = "mirror://cpan/authors/id/L/LE/LEONT/Software-License-0.104004.tar.gz";
hash = "sha256-60XqYC11AGaDeJ+7pXoBwKH3A3Nx3pXqVLkVd1NdF4k="; hash = "sha256-of2iTsh3UhmAlzgPuTAMFLV0gmJwzFgNr3UONYX8Jww=";
}; };
buildInputs = [ TryTiny ]; buildInputs = [ TryTiny ];
propagatedBuildInputs = [ DataSection TextTemplate ]; propagatedBuildInputs = [ DataSection TextTemplate ];