python312Packages.relatorio: 0.10.2 -> 0.11.1

This commit is contained in:
R. Ryantm
2024-12-15 07:35:06 +00:00
parent f4a388c367
commit bdbcc39e80
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "relatorio";
version = "0.10.2";
version = "0.11.1";
disabled = pythonOlder "3.5";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-zgCOmcR9FWj0lpi78U0G1CKR5kyNyr541HusIrBpF/Q=";
hash = "sha256-e6CvclFrRfXR5fL2ZG1LZxTTsTRouLsDicCwvXtySGE=";
};
propagatedBuildInputs = [