python3Packages.smolagents: 1.21.2 -> 1.21.3

R. Ryantm f9bdb172 e8014748

Changed files
+2 -2
pkgs
development
python-modules
smolagents
+2 -2
pkgs/development/python-modules/smolagents/default.nix
···
buildPythonPackage rec {
pname = "smolagents";
-
version = "1.21.2";
+
version = "1.21.3";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "smolagents";
tag = "v${version}";
-
hash = "sha256-sm0G8z5Jaes8XybxeAUiRh3LVuzvnGaem5FLkcA5Qls=";
+
hash = "sha256-X9tJfNxF2icULyma0dWIQEllY9oKaCB+MQ4JJTdzhz4=";
};
# TODO: remove at the next release