python3Packages.ghapi: 1.0.14 -> 1.0.15

Diff: https://github.com/fastai/ghapi/compare/1.0.14...1.0.15

Changelog: https://github.com/fastai/ghapi/releases/tag/1.0.15
This commit is contained in:
Fabian Affolter 2026-07-05 13:10:45 +02:00
commit 91cb1fb477

View file

@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "ghapi";
version = "1.0.14";
version = "1.0.15";
pyproject = true;
src = fetchFromGitHub {
owner = "fastai";
repo = "ghapi";
tag = finalAttrs.version;
hash = "sha256-vVGVX8mWzEenaoDYGd4RjD/u2k/N9Ajm/pheKHPNEWM=";
hash = "sha256-H1DuoESnGtU3nsKzW3Zj0RdGNXj1bBGpt6W3mprpVeg=";
};
build-system = [ setuptools ];