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

python313Packages.fastgit: 0.0.1 -> 0.0.2 (#486443)

parents 6fa8d1de aae482cd
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.1";
  version = "0.0.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "AnswerDotAI";
    repo = "fastgit";
    tag = finalAttrs.version;
    hash = "sha256-zpX8Y8Cuoeh8oeYJjZOD2KZByu7OUwOva546gBP5iZs=";
    hash = "sha256-l843vKDC3RZGMhmnvPxAQPkvXPGQwmuqe310j/2e2pM=";
  };

  build-system = [ setuptools ];