boxflat: 1.34.2 -> 1.34.2-1

This commit is contained in:
R. Ryantm 2025-08-11 21:15:12 +00:00
parent a2a025b8f3
commit 207ae1beaa

View File

@ -14,14 +14,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.34.2";
version = "1.34.2-1";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-u1rhZfYCQC0qm79cMCCBvlHC4F9rwkL6X72rylPhJwE=";
hash = "sha256-A18YhQp4USFQ4xoyR1Zc0o0fs5mVFVrvfbdPWvo1NXw=";
};
build-system = [ python3Packages.setuptools ];