python3Packages.numbagg: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2025-09-06 16:48:40 +00:00
parent a50c9f77d2
commit 9b4f8ee8de
@@ -21,7 +21,7 @@
}:
buildPythonPackage rec {
version = "0.9.1";
version = "0.9.2";
pname = "numbagg";
pyproject = true;
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "numbagg";
repo = "numbagg";
tag = "v${version}";
hash = "sha256-IathtnmGlgug+u7AS1ulgf2462br5DdU3TJBDlBPf08=";
hash = "sha256-W5c0tZUggNyP9O+t9+S14nz9acR53cLIWaBwXJo1dcg=";
};
build-system = [