Unverified Commit f4a1f1bc authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

errands: 46.2.8 -> 46.2.9 (#451759)

parents c819b065 c4e48b9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "errands";
  version = "46.2.8";
  version = "46.2.9";

  pyproject = false;

@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
    owner = "mrvladus";
    repo = "Errands";
    tag = version;
    hash = "sha256-Gs3/DPMsoPTxH+fR7H3gPJr8ITrQDPlmw236vDnmBaA";
    hash = "sha256-+x6zp14leFryxwQJdI0UKPp4N0IuJRIX5/94QrlzDAU=";
  };

  nativeBuildInputs = [