python311Packages.argostranslate: 1.9.1 -> 1.9.3

This commit is contained in:
R. Ryantm 2024-03-19 14:27:46 +00:00
parent cd42480049
commit 58556648e6

View File

@ -18,13 +18,13 @@ let
in
buildPythonPackage rec {
pname = "argostranslate";
version = "1.9.1";
version = "1.9.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OlVrRfBhbJpIFjWdLQsn7zEteRP6UfkIpGT4Y933QKk=";
sha256 = "sha256-N1Dh8238cDKpIMeQT645lDvYMbOWjVqGuWxt37+TQmQ=";
};
propagatedBuildInputs = [