lol
0
fork

Configure Feed

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

python311Packages.faraday-plugins: 1.13.2 -> 1.14.0

Diff: https://github.com/infobyte/faraday_plugins/compare/refs/tags/1.13.2...1.14.0

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.14.0

+2 -2
+2 -2
pkgs/development/python-modules/faraday-plugins/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "faraday-plugins"; 21 - version = "1.13.2"; 21 + version = "1.14.0"; 22 22 format = "setuptools"; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "infobyte"; 28 28 repo = "faraday_plugins"; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-ZoxIuUeDkhACWGi+njZuMhO8P6nlErcBkub5VCMNm8Q="; 30 + hash = "sha256-qFA0AVebHd/Ny8x+rUkueLZhYB/PwL7o/qpUnZCRsEA="; 31 31 }; 32 32 33 33 postPatch = ''