python3Packages.gitingest: 0.1.5 -> 0.3.1

https://github.com/cyclotruc/gitingest/releases/tag/v0.3.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:34 +02:00
parent 26cc1e3ab5
commit e608e3892d
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "gitingest";
version = "0.1.5";
version = "0.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "cyclotruc";
repo = "gitingest";
tag = "v${version}";
hash = "sha256-f/srwLhTXboSlW28qnShqTuc2yLMuHH3MyzfKpDIitQ=";
hash = "sha256-drsncGneZyOCC2GJbrDM+bf4QGI2luacxMhrmdk03l4=";
};
build-system = [