Unverified Commit 9f152ff9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

github-backup: 0.45.1 -> 0.45.2
parents 6591f9d8 08cbf4e5
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.45.1";
  version = "0.45.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-+dQVewMHSF0SnOKmgwc9pmqXAJGLjSqwS9YQHdvEmKo=";
    hash = "sha256-wn2JRMLfqhhTREeYM+mcs68xlkRWKMlxKXToa83pu2g=";
  };

  nativeBuildInputs = with python3.pkgs; [