python313Packages.uarray: 0.9.1 -> 0.9.2

diff: https://github.com/Quansight-Labs/uarray/compare/0.9.1...0.9.2
This commit is contained in:
Peder Bergebakken Sundt
2025-01-15 00:38:40 +01:00
parent 65dfed9552
commit 9c305643d2
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "uarray";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Quansight-Labs";
repo = pname;
tag = version;
hash = "sha256-6dOi7+quWvASl2RHetULK5zixHFJlj/D6667o99ceSs=";
hash = "sha256-eCrmmP+9TI+T8Km8MOz0EqseneFwPizlnZloK5yNLcM=";
};
build-system = [