Merge pull request #332000 from r-ryantm/auto-update/python312Packages.bracex

python312Packages.bracex: 2.4 -> 2.5
This commit is contained in:
OTABI Tomoya 2024-08-05 23:47:54 +09:00 committed by GitHub
commit 8227055d61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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