Unverified Commit c3b9b33a authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

python3Packages.numbagg: 0.9.0 -> 0.9.1 (#436933)

parents 29e5aa9d 44ab8751
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
}:

buildPythonPackage rec {
  version = "0.9.0";
  version = "0.9.1";
  pname = "numbagg";
  pyproject = true;

@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "numbagg";
    repo = "numbagg";
    tag = "v${version}";
    hash = "sha256-BuD5hjAd++pW4pEQyl0UP9gd3J8SjJirtpxVE53BLpM=";
    hash = "sha256-IathtnmGlgug+u7AS1ulgf2462br5DdU3TJBDlBPf08=";
  };

  build-system = [
@@ -59,7 +59,7 @@ buildPythonPackage rec {
  meta = {
    description = "Fast N-dimensional aggregation functions with Numba";
    homepage = "https://github.com/numbagg/numbagg";
    changelog = "https://github.com/numbagg/numbagg/releases/tag/${version}";
    changelog = "https://github.com/numbagg/numbagg/releases/tag/v${version}";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ flokli ];
  };