boxflat: 1.29.2 -> 1.30.0

This commit is contained in:
R. Ryantm
2025-04-20 14:12:15 +00:00
parent f315f1ad9d
commit e4e4ac6463

View File

@@ -13,14 +13,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.29.2";
version = "1.30.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-ouq21n9G+wP4wpfpnX2gVJrCAANIHNjbIUnCmftwajI=";
hash = "sha256-6fzz3pq9fHoeGMT1Vz5Y8pKLdrprQEV5kLiZt7uJ1KI=";
};
build-system = [ python3Packages.setuptools ];