python312Packages.bracex: 2.4 -> 2.5

This commit is contained in:
R. Ryantm 2024-08-03 14:20:33 +00:00
parent 54770984fc
commit e73ca083b9

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "bracex";
version = "2.4";
version = "2.5";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-on6vHfQs9WH+1Yt6jz/fEp0eoWqB4frdHReYm8Y4S+s=";
hash = "sha256-ByXaUEXo036pWSqzYU2LVh4iw8X945ZGmb5nLgcqthE=";
};
nativeBuildInputs = [ hatchling ];