perlPackages.BusinessISMN: 1.201 -> 1.203

This commit is contained in:
Stig Palmquist 2023-10-10 11:55:44 +02:00
parent 35dae68308
commit 17e9366ff5

View file

@ -1920,10 +1920,10 @@ with self; {
BusinessISMN = buildPerlPackage {
pname = "Business-ISMN";
version = "1.201";
version = "1.203";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BD/BDFOY/Business-ISMN-1.201.tar.gz";
hash = "sha256-SjIxoWRWv4y/F/JrZSQ/JHB4tRRdmgOqdYa68JV37LI=";
url = "mirror://cpan/authors/id/B/BD/BDFOY/Business-ISMN-1.203.tar.gz";
hash = "sha256-T1Ou2rLmh9Th9yhW6vwiFZOQYhEj2q955FBqiX4pPog=";
};
propagatedBuildInputs = [ TieCycle ];
meta = {