boxflat: 1.28.5 -> 1.29.2

This commit is contained in:
R. Ryantm
2025-04-11 03:22:28 +00:00
parent aed881aa96
commit a4fc4c7a4d
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.28.5";
version = "1.29.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-YwszXAm0B1FuLfa9EKNoh0cXXxj82CXY5q8ot1G184M=";
hash = "sha256-ouq21n9G+wP4wpfpnX2gVJrCAANIHNjbIUnCmftwajI=";
};
build-system = [ python3Packages.setuptools ];