python3Packages.submitit: 1.5.3 -> 1.5.4 (#472118)

This commit is contained in:
Nick Cao
2025-12-18 21:51:41 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "submitit";
version = "1.5.3";
version = "1.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "facebookincubator";
repo = "submitit";
tag = version;
hash = "sha256-uBlKbg1oKeUPcWzM9WxisGtpBu69eZyTetaANYpTG5E=";
hash = "sha256-Q/2mC7viLYl8fx7dtQueZqT191EbERZPfN0WkTS/U1w=";
};
build-system = [ flit-core ];