Commit a8e6acef authored by R. RyanTM's avatar R. RyanTM
Browse files

github-backup: 0.44.1 -> 0.45.0

parent 5d34f071
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; [