Unverified Commit a7e3137d authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

github-backup: 0.51.0 -> 0.51.3 (#463078)

parents 9b4dad84 9150e83c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

python3Packages.buildPythonApplication rec {
  pname = "github-backup";
  version = "0.51.0";
  version = "0.51.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "josegonzalez";
    repo = "python-github-backup";
    tag = version;
    hash = "sha256-XqQw2Qu5b5Gdna8krwvkYsTPbM5p1gUBV2P7JLypqVU=";
    hash = "sha256-iaonBBOHu/12vzVhFnGznTKhMUy9JJc/+dTJhsSjvMo=";
  };

  build-system = with python3Packages; [