Unverified Commit ce800c81 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #284780 from r-ryantm/auto-update/github-backup

github-backup: 0.44.1 -> 0.45.0
parents 1d2476c7 a8e6acef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

python3.pkgs.buildPythonApplication rec {
  pname = "github-backup";
  version = "0.44.1";
  version = "0.45.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-tOCIrquhBS7aNeFocu8M9JV19vfFwrfIsaaePCp2vPw=";
    hash = "sha256-bT5eqhpSK9u6Q4hO8FTgbpjjv0x2am1m2fOw5OqxixQ=";
  };

  nativeBuildInputs = with python3.pkgs; [