0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

python312Packages.bracex: 2.5 -> 2.5.post1 (#346298)

This commit is contained in:
Nick Cao 2024-10-06 10:42:43 -04:00 committed by GitHub
commit 32c13d0d16
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.5";
version = "2.5.post1";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ByXaUEXo036pWSqzYU2LVh4iw8X945ZGmb5nLgcqthE=";
hash = "sha256-EsUJUkFb+nc9LZzLjnllG4zbHzGkL2CRuAT2uitKZrY=";
};
nativeBuildInputs = [ hatchling ];