Commit 085f8217 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.submitit: 1.5.3 -> 1.5.4

parent f103b80d
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.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 ];