Unverified Commit 4fb2921e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.uarray: 0.9.2 -> 0.9.3 (#453410)

parents dbeeaf72 2f786041
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = [
@@ -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 ];
  };