python3Packages.bambi: 0.15.0 -> 0.16.0

Diff: https://github.com/bambinos/bambi/compare/0.15.0...0.16.0

Changelog: https://github.com/bambinos/bambi/releases/tag/0.16.0
This commit is contained in:
Gaetan Lepage
2025-10-24 19:36:30 +00:00
parent fb323047b2
commit 224693a10f
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "bambi";
version = "0.15.0";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bambinos";
repo = "bambi";
tag = version;
hash = "sha256-G8RKTccsJRcLgTQPTOXAgK6ViVEwIQydUwdAexEJ2bc=";
hash = "sha256-EKcURfC4IpLGzr5ibzVlUnRHIhwPP+kYYusW9Mk8R/s=";
};
build-system = [