python3Packages.fastbencode: 0.3.5 -> 0.3.6

This commit is contained in:
R. Ryantm
2025-09-20 14:39:35 +00:00
parent 7f00372bac
commit a03939130d
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "fastbencode";
version = "0.3.5";
version = "0.3.6";
pyproject = true;
src = fetchFromGitHub {
owner = "breezy-team";
repo = "fastbencode";
tag = "v${version}";
hash = "sha256-E02MASmHsXWIqVQuFVwXK0MRocrA7LSga7o42au1gGE=";
hash = "sha256-Vn9NcJQaSF+k2TyRTAA9yMWiV+kYrfw6RIbIe99CCsg=";
};
cargoDeps = rustPlatform.fetchCargoVendor {