Unverified Commit cb83650f authored by Moraxyc's avatar Moraxyc
Browse files

python313Packages.submitit: 1.5.2 -> 1.5.3

parent 7f07c8b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "submitit";
  version = "1.5.2";
  version = "1.5.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "facebookincubator";
    repo = "submitit";
    tag = version;
    hash = "sha256-PDQLzqQjoBAZM9FKsoRby26Pbh4nik3SltIHUw/xWcY=";
    hash = "sha256-uBlKbg1oKeUPcWzM9WxisGtpBu69eZyTetaANYpTG5E=";
  };

  build-system = [