python3Packages.argos-translate-files: 1.4.0 -> 1.4.1 (#438543)

This commit is contained in:
misuzu
2025-08-30 14:07:51 +03:00
committed by GitHub
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "argos-translate-files";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vKnPL0xgyJ1vYtB2AgnKv4BqigSiFYmIm5HBq4hQ7nI=";
hash = "sha256-9ufNuExfyW3gr8+pIpp6Ie03e0hE4l3l3kk6EiVH0x8=";
};
build-system = [ setuptools ];