7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "5172dfbd2047a15dff2347735dea7e495479cc7e58841199a4a4973256b20464";
19 propagatedBuildInputs = [
24 description = "Show where your regex match assertion failed";
25 license = lib.licenses.mit;
26 homepage = "https://github.com/asottile/re-assert";