Loading pkgs/development/python-modules/uarray/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "uarray"; version = "0.9.2"; version = "0.9.3"; pyproject = true; src = fetchFromGitHub { owner = "Quansight-Labs"; repo = "uarray"; tag = version; hash = "sha256-eCrmmP+9TI+T8Km8MOz0EqseneFwPizlnZloK5yNLcM="; hash = "sha256-Nog7jvRG/EFf3n3W2DWC7UML5NyrlaaS0ECis5rtCSk="; }; build-system = [ Loading Loading @@ -67,6 +67,7 @@ buildPythonPackage rec { meta = with lib; { description = "Universal array library"; homepage = "https://github.com/Quansight-Labs/uarray"; changelog = "https://github.com/Quansight-Labs/uarray/releases/tag/${src.tag}"; license = licenses.bsd0; maintainers = [ lib.maintainers.pbsds ]; }; Loading Loading
pkgs/development/python-modules/uarray/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "uarray"; version = "0.9.2"; version = "0.9.3"; pyproject = true; src = fetchFromGitHub { owner = "Quansight-Labs"; repo = "uarray"; tag = version; hash = "sha256-eCrmmP+9TI+T8Km8MOz0EqseneFwPizlnZloK5yNLcM="; hash = "sha256-Nog7jvRG/EFf3n3W2DWC7UML5NyrlaaS0ECis5rtCSk="; }; build-system = [ Loading Loading @@ -67,6 +67,7 @@ buildPythonPackage rec { meta = with lib; { description = "Universal array library"; homepage = "https://github.com/Quansight-Labs/uarray"; changelog = "https://github.com/Quansight-Labs/uarray/releases/tag/${src.tag}"; license = licenses.bsd0; maintainers = [ lib.maintainers.pbsds ]; }; Loading