perlPackages.GDGraph: 1.54 -> 1.56

This commit is contained in:
Janne Heß
2023-10-20 20:14:11 +02:00
parent 2625f7aed1
commit 77ddc91c73
+3 -3
View File
@@ -10236,10 +10236,10 @@ with self; {
GDGraph = buildPerlPackage {
pname = "GDGraph";
version = "1.54";
version = "1.56";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RU/RUZ/GDGraph-1.54.tar.gz";
hash = "sha256-uW9cELZWwX0Wq2Whd3yQgpewKNO2gV9tVLIzfwBr+k8=";
url = "mirror://cpan/authors/id/B/BP/BPS/GDGraph-1.56.tar.gz";
hash = "sha256-b0nMTlkBVIDbnJtrGK/YxQvjCIZoe2lBFRPQbziXERM=";
};
propagatedBuildInputs = [ GDText ];
buildInputs = [ CaptureTiny TestException ];