python3Packages.ghapi: 1.0.7 -> 1.0.8

This commit is contained in:
R. Ryantm
2025-09-24 06:36:54 +00:00
parent 77ac76b5ca
commit 038ccc542f

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ghapi"; pname = "ghapi";
version = "1.0.7"; version = "1.0.8";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fastai"; owner = "fastai";
repo = "ghapi"; repo = "ghapi";
tag = version; tag = version;
hash = "sha256-hkaXvCzuZKRCuhCga5qcy8TedTJYytJEA6mzlOc72Hk="; hash = "sha256-ZfOo5Icusj8Fm5i/HWGjjXtNWEB1wgYNzqeLeWbBJ/4=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];