boxflat: 1.30.1 -> 1.31.0 (#412052)

This commit is contained in:
Nick Cao 2025-05-29 18:57:38 -04:00 committed by GitHub
commit 279db1e50b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,14 +13,14 @@
python3Packages.buildPythonPackage rec {
pname = "boxflat";
version = "1.30.1";
version = "1.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Lawstorant";
repo = "boxflat";
tag = "v${version}";
hash = "sha256-5P6To0VRnvdu316bPIL7gDRuZLRjXLFbOpB9wZKs/t8=";
hash = "sha256-2x7voGnbvaUg1G2SfdjD0QPVXolHkUcrwGyoclnOLMo=";
};
build-system = [ python3Packages.setuptools ];