python312Packages.bonsai: 1.5.2 -> 1.5.3

Diff: https://github.com/noirello/bonsai/compare/v1.5.2...v1.5.3

Changelog: https://github.com/noirello/bonsai/blob/v1.5.3/CHANGELOG.rst
This commit is contained in:
Robert Schütz 2024-07-18 02:06:41 -07:00
parent 1c1fb7c478
commit c7a8386462

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "bonsai";
version = "1.5.2";
version = "1.5.3";
disabled = pythonOlder "3.8";
@ -24,10 +24,10 @@ buildPythonPackage rec {
owner = "noirello";
repo = "bonsai";
rev = "v${version}";
hash = "sha256-h/PbwQ69fDcmUCazMtxXP1iE0fE1on+WoK+wYgQ9jLs=";
hash = "sha256-SAP/YeWqow5dqXlXDzjnTWIfJhMwVeZSSUfWr1Mgmng=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
buildInputs = [
cyrus_sasl