Skip to content

Commit

Permalink
python37Packages.gidgethub: 4.1.1 -> 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 23, 2020
1 parent c2c3c2e commit 4f322b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gidgethub/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

buildPythonPackage rec {
pname = "gidgethub";
version = "4.1.1";
version = "4.2.0";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
sha256 = "cfabfa696d422ee91eaf1e3f01ea75e576721233cc3ea8badc7d86c30061df8e";
sha256 = "5526cc2a06bfad707d10ec118393e0d33c2aa524605255d96958c22c93e8e7aa";
};

nativeBuildInputs = [ setuptools pytestrunner ];
Expand Down

0 comments on commit 4f322b7

Please sign in to comment.