Merge pull request #307901 from l0b0/fix-format

baserow: fix typo
This commit is contained in:
Jörg Thalheim 2024-04-30 08:51:43 +02:00 committed by GitHub
commit 0bec5917ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ let
baserow_premium = self.buildPythonPackage rec { baserow_premium = self.buildPythonPackage rec {
pname = "baserow_premium"; pname = "baserow_premium";
version = "1.12.1"; version = "1.12.1";
foramt = "setuptools"; format = "setuptools";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "bramw"; owner = "bramw";