depot/nix/pkgs/baserow/backend/pynixify/packages/itsdangerous/default.nix

20 lines
502 B
Nix

# WARNING: This file was automatically generated. You should avoid editing it.
# If you run pynixify again, the file will be either overwritten or
# deleted, and you will lose the changes you made to it.
{ buildPythonPackage, fetchPypi, lib }:
buildPythonPackage rec {
pname = "itsdangerous";
version = "2.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "1w6gfb2zhbcmrfj6digwzw1z68w6zg1q87rm6la2m412zil4swly";
};
# TODO FIXME
doCheck = false;
meta = with lib; { };
}