python3Packages.uarray: 0.8.8 -> 0.9.0

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:40 +02:00
parent 70f28a9a7e
commit f15e759a47
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "uarray";
version = "0.8.8";
version = "0.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Quansight-Labs";
repo = pname;
rev = version;
hash = "sha256-wTKqOw64b+/kdZpSYLwCJATOuo807BWCtVHB4pH58fY=";
rev = "refs/tags/${version}";
hash = "sha256-q9lMU/xA+G2x38yZy3DxCpXTEmg1lZhZ8GFIHDIKE24=";
};
nativeBuildInputs = [