python3Packages.xtensor-python: 0.28.0 -> 0.29.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:50 +01:00
parent f9e94fccc1
commit fb236fcdb1
@@ -13,13 +13,13 @@
toPythonModule (
stdenv.mkDerivation (finalAttrs: {
pname = "xtensor-python";
version = "0.28.0";
version = "0.29.0";
src = fetchFromGitHub {
owner = "xtensor-stack";
repo = "xtensor-python";
tag = finalAttrs.version;
hash = "sha256-xByqAYtSRKOnllMUFdRM25bXGft/43EEpEMIlcjdrgE=";
hash = "sha256-GN1X46gmeXh3pM6sw9sSUahLOxnSoimoY+K66vy8SxM=";
};
nativeBuildInputs = [ cmake ];