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

github-backup: 0.48.0 -> 0.49.0 (#379003)

parents 5a7ac9a1 a9bba103
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "github-backup";
  version = "0.48.0";
  version = "0.49.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "josegonzalez";
    repo = "python-github-backup";
    tag = version;
    hash = "sha256-vJD+dzKHYgiDme+wXklbxkbOPKwbilOWfJknsS37+vw=";
    hash = "sha256-RoRRuFXgykifdpcq3uBAARc54YTfzn0NiGcGkwcmcbc=";
  };

  build-system = with python3Packages; [