python3Packages.fast-array-utils: 1.2.1 -> 1.2.3

R. Ryantm 71f974c0 33de6dfc

Changed files
+2 -2
pkgs
development
python-modules
fast-array-utils
+2 -2
pkgs/development/python-modules/fast-array-utils/default.nix
···
buildPythonPackage rec {
pname = "fast-array-utils";
-
version = "1.2.1";
+
version = "1.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "scverse";
repo = "fast-array-utils";
tag = "v${version}";
-
hash = "sha256-SQaumXgjFn2+/MqllEs0zRnl2t7m2JZyOd+39vZPU2U=";
+
hash = "sha256-uvTViDaLey+jxWyic9m542Ip4x8cCfGaNUfYp8cQPXo=";
};
# hatch-min-requirements tries to talk to PyPI by default. See https://github.com/tlambert03/hatch-min-requirements?tab=readme-ov-file#environment-variables.