boxflat: 1.32.1 -> 1.33.0

This commit is contained in:
R. Ryantm
2025-07-07 14:20:48 +00:00
parent d21de76070
commit b177875193
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.32.1";
version = "1.33.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-G+jLVFyBTy5DiWe8RM80eWnmnEunfHC+awduJjmGop0=";
hash = "sha256-efEEp2FDXrMrNFalwqNiOhSgQq3uFHNJEA+o34yiS5E=";
};
build-system = [ python3Packages.setuptools ];