lol
0
fork

Configure Feed

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

python313Packages.garth: 0.5.16 -> 0.5.17

Changelog: https://github.com/matin/garth/releases/tag/0.5.17

+2 -2
+2 -2
pkgs/development/python-modules/garth/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "garth"; 16 - version = "0.5.16"; 16 + version = "0.5.17"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.10"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-5ZmxL5JYHZB5sFrpaCF8vrCo45LAKVYfP/yfilmHprI="; 23 + hash = "sha256-SO3pOMOLL9cHd+VccCVTh3XZPBBH9DzHxEgfKgSxCcs="; 24 24 }; 25 25 26 26 pythonRelaxDeps = [ "requests-oauthlib" ];