python3Packages.bracex: 2.7 -> 3.0.1

This commit is contained in:
Fabian Affolter
2026-08-26 18:24:29 +02:00
parent 00b7e866a1
commit 910643a2db

View File

@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "bracex";
version = "2.7";
version = "3.0.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-TLXUFacH9r7rJ3kJlIYJC/mMvYt+29/LfL6i9f5r20g=";
hash = "sha256-TjjjI5LkpHgP4V1kS/x8hRQFfPw4YeBgsRgUzoKcJeQ=";
};
nativeBuildInputs = [ hatchling ];