perlPackages.PodEventual: 0.094001 -> 0.094003

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:09 +02:00
parent 4d00865acb
commit f1cd0b1d9b

View file

@ -20804,10 +20804,10 @@ with self; {
PodEventual = buildPerlPackage {
pname = "Pod-Eventual";
version = "0.094001";
version = "0.094003";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/Pod-Eventual-0.094001.tar.gz";
hash = "sha256-vp+4kQsQjl0aZvACtlmtIlduiNd5twPf+dFRIsP4CDQ=";
url = "mirror://cpan/authors/id/R/RJ/RJBS/Pod-Eventual-0.094003.tar.gz";
hash = "sha256-fwYMw00RZWzgadsGHj1g7cDKvI+JpKLcfqrpXayFbS0=";
};
propagatedBuildInputs = [ MixinLinewise ];
buildInputs = [ TestDeep ];