boxflat: 1.34.4 -> 1.35.2

This commit is contained in:
R. Ryantm
2025-11-27 23:22:57 +00:00
parent bc0da6f230
commit e29a4015f2
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.34.4";
version = "1.35.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-QuBGEOAMVR70JDpD1VVASuCJJdwbWDzK8qmo/BOOua0=";
hash = "sha256-7JIIFti8LHBIDBr+GywImlP2l3Ct/hq4pb5+2/q+F0k=";
};
build-system = [ python3Packages.setuptools ];