python3Packages.rfc3161-client: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm
2025-08-31 20:17:16 +00:00
parent 2e6aeede9c
commit caf604b538
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "rfc3161-client";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "trailofbits";
repo = "rfc3161-client";
tag = "v${version}";
hash = "sha256-1TdJGaiDS+ktmry0c294likWj8bbwaNkcUM7Q2f1YPU=";
hash = "sha256-/+vKpd7wLFa7BgczzI27fLykxq5q4q1PC3QpoAO2E7M=";
};
cargoDeps = rustPlatform.fetchCargoVendor {