boxflat: 1.33.0 -> 1.34.2

This commit is contained in:
R. Ryantm
2025-07-16 19:53:58 +00:00
parent 312f2bea77
commit 67598fd72a
+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 ];