python3Packages.beartype: remove extra blank line

This commit is contained in:
Fabian Affolter 2022-02-23 18:23:23 +01:00 committed by GitHub
parent cac90b3ddf
commit b9eef1ccc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@
, pythonOlder
}:
buildPythonPackage rec {
pname = "beartype";
version = "0.10.2";
@ -15,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Lo1AUxj+QR7N2Tdif58zGBMSp5Pr0jmz2nacRDnLS5g=";
hash = "sha256-Lo1AUxj+QR7N2Tdif58zGBMSp5Pr0jmz2nacRDnLS5g=";
};
checkInputs = [