nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.relatorio: 0.10.2 -> 0.11.1

+2 -2
+2 -2
pkgs/development/python-modules/relatorio/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "relatorio"; 15 - version = "0.10.2"; 15 + version = "0.11.1"; 16 16 17 17 disabled = pythonOlder "3.5"; 18 18 ··· 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-zgCOmcR9FWj0lpi78U0G1CKR5kyNyr541HusIrBpF/Q="; 23 + hash = "sha256-e6CvclFrRfXR5fL2ZG1LZxTTsTRouLsDicCwvXtySGE="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [