lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #195803 from r-ryantm/auto-update/python3.10-PyGithub

python310Packages.PyGithub: 1.55 -> 1.56

authored by

Mario Rodas and committed by
GitHub
82cb8acd c931b422

+3 -3
+3 -3
pkgs/development/python-modules/pyGithub/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "PyGithub"; 14 - version = "1.55"; 14 + version = "1.56"; 15 15 disabled = pythonOlder "3.6"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "PyGithub"; 19 19 repo = "PyGithub"; 20 - rev = "v${version}"; 21 - sha256 = "sha256-PuGCBFSbM91NtSzuyf0EQUr3LiuHDq90OwkSf53rSyA="; 20 + rev = "refs/tags/v${version}"; 21 + sha256 = "sha256-L6xrv3dAT/sWt/7ZeDy3P095g7Lpht52LkfCVYNLkbA="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [