Unverified Commit 4c2f0790 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.ghapi: 1.0.9 -> 1.0.10 (#483971)

parents d89553ac be38be33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage (finalAttrs: {
  pname = "ghapi";
  version = "1.0.9";
  version = "1.0.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fastai";
    repo = "ghapi";
    tag = finalAttrs.version;
    hash = "sha256-gBwOxWHjGyTrAKpG7BVoO7eQJw3fcLMXaF7CbAwMOj8=";
    hash = "sha256-2x9uiULYniFVpUNgRie4i49xEqtYfq/9u/07eozw0WQ=";
  };

  build-system = [ setuptools ];