boxflat: 1.30.1 -> 1.31.0

This commit is contained in:
R. Ryantm 2025-05-29 10:47:20 +00:00
parent a4ac6ea818
commit ee46591e4e

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 ];