boxflat: 1.27.1 -> 1.28.4

This commit is contained in:
R. Ryantm
2025-03-09 05:13:59 +00:00
parent 13a8d610e2
commit c5f68ec37f
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.27.1";
version = "1.28.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-W+pnoSyTJS+ORb8vHX4QXOxkDskTb7X2cv6WyU3ctGQ=";
hash = "sha256-szKGrP+z0HsCV/FhhKPlOMcb6LkQhOA1pZfwR86xa3Y=";
};
build-system = [ python3Packages.setuptools ];