boxflat: 1.28.5 -> 1.29.2 (#397864)

Co-authored-by: DaRacci <me@racci.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-11 03:57:04 +00:00
committed by GitHub
co-authored by DaRacci
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.28.5";
version = "1.29.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-YwszXAm0B1FuLfa9EKNoh0cXXxj82CXY5q8ot1G184M=";
hash = "sha256-ouq21n9G+wP4wpfpnX2gVJrCAANIHNjbIUnCmftwajI=";
};
build-system = [ python3Packages.setuptools ];