xtensor: 0.26.0 -> 0.27.0

Diff: https://github.com/xtensor-stack/xtensor/compare/0.26.0...0.27.0
This commit is contained in:
kyehn
2025-08-28 13:13:21 +08:00
parent ebe3396323
commit 558ded8aea
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xtensor";
version = "0.26.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "xtensor-stack";
repo = "xtensor";
tag = finalAttrs.version;
hash = "sha256-gAGLb5NPT4jiIpXONqY+kalxKCFKFXlNqbM79x1lTKE=";
hash = "sha256-RvxjQXMKhgAsvCSprMKyAMETbOsg9Ek7yREXtaNa5Eo=";
};
nativeBuildInputs = [