Unverified Commit 10047adf authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.fastgit: 0.0.3 -> 0.0.4 (#499469)

parents 22fa7ee3 c8a07428
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage (finalAttrs: {
  pname = "fastgit";
  version = "0.0.3";
  version = "0.0.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "AnswerDotAI";
    repo = "fastgit";
    tag = finalAttrs.version;
    hash = "sha256-Ta4gL6iqUJ/eYHPMhFV73AQ5UOAR9l7Tqpt3jRRUNR0=";
    hash = "sha256-d/CGvKe+8FqTOyDsLmEHQZCWgsFvynmxwOY1VC1DtGE=";
  };

  build-system = [ setuptools ];