From 218fb5b63d1b80aa2e25685ee34a9d8d1d9f19d2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 Sep 2025 17:55:46 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/ghapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ghapi/default.nix b/pkgs/development/python-modules/ghapi/default.nix index 94dba0ec01a6..5c8879bee8c0 100644 --- a/pkgs/development/python-modules/ghapi/default.nix +++ b/pkgs/development/python-modules/ghapi/default.nix @@ -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 ];