boxflat: 1.33.0 -> 1.34.2 (#425895)

This commit is contained in:
Weijia Wang
2025-08-03 17:01:56 -06:00
committed by GitHub
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.33.0";
version = "1.34.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-efEEp2FDXrMrNFalwqNiOhSgQq3uFHNJEA+o34yiS5E=";
hash = "sha256-u1rhZfYCQC0qm79cMCCBvlHC4F9rwkL6X72rylPhJwE=";
};
build-system = [ python3Packages.setuptools ];