Unverified Commit e22311dc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.uarray: 0.9.1 -> 0.9.2 (#373888)

parents 6e263e81 9c305643
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [