python3Packages.fastbencode: 0.3.9 -> 0.3.10

This commit is contained in:
R. Ryantm
2026-03-26 03:33:35 +00:00
parent 14ea55c832
commit 8ebb3635f5
@@ -12,19 +12,19 @@
buildPythonPackage rec {
pname = "fastbencode";
version = "0.3.9";
version = "0.3.10";
pyproject = true;
src = fetchFromGitHub {
owner = "breezy-team";
repo = "fastbencode";
tag = "v${version}";
hash = "sha256-TZGIFcWm037h4Xs6e5a9j24FqhNxP9H71QVtL1homjQ=";
hash = "sha256-e+Ei+UIJ5sve6k3ApPJ2nswTgZLkzxZmpthK/f/rfCs=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-4DP8WOho4CKESfQHynZlosafcGPFqjpaOiZfLkcML3A=";
hash = "sha256-dqD/QF6/XCB9H/QkEobfIOo9S663fh9AHUuHqCoEcLM=";
};
nativeBuildInputs = [