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

python3Packages.fast-array-utils: 1.2.4 -> 1.2.5 (#454255)

parents 82b16405 3bea5bba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "fast-array-utils";
  version = "1.2.4";
  version = "1.2.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scverse";
    repo = "fast-array-utils";
    tag = "v${version}";
    hash = "sha256-R8pOID9Lws29OCMWb7RZNDsWakEYDf7bya6iSXp8Ips=";
    hash = "sha256-iJcnmCh0AssbUEJg62cKURu1afHQiS/cZhYmGsZQM9I=";
  };

  # hatch-min-requirements tries to talk to PyPI by default. See https://github.com/tlambert03/hatch-min-requirements?tab=readme-ov-file#environment-variables.