Merge pull request #215891 from r-ryantm/auto-update/python310Packages.fastbencode

python310Packages.fastbencode: 0.1 -> 0.2

authored by Mario Rodas and committed by GitHub a94589f6 00365e96

+2 -2
+2 -2
pkgs/development/python-modules/fastbencode/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "fastbencode"; 11 - version = "0.1"; 11 + version = "0.2"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-wal451pQSLuoM9kNbnSKVZUMqLWfEukXwqLI58p+tvU="; 18 + hash = "sha256-V465xHANZwXXH7yNfVe8os2Yfsos7B2ed7ngcC2x5W8="; 19 19 }; 20 20 21 21 nativeBuildInputs = [