python313Packages.ghapi: 1.0.6 -> 1.0.7

Diff: https://github.com/fastai/ghapi/compare/1.0.6...1.0.7

Changelog: https://github.com/fastai/ghapi/releases/tag/1.0.7
This commit is contained in:
Fabian Affolter
2025-09-16 17:55:46 +02:00
parent 4407db0559
commit 218fb5b63d
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ghapi";
version = "1.0.6";
version = "1.0.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "ghapi";
tag = version;
hash = "sha256-ii19wuFAxMiGce37TNXRNSdvMcGWQjCfPukeqxySYnc=";
hash = "sha256-hkaXvCzuZKRCuhCga5qcy8TedTJYytJEA6mzlOc72Hk=";
};
build-system = [ setuptools ];