python313Packages.rfc3161-client: 1.0.4 -> 1.0.5 (#446801)

This commit is contained in:
Fabian Affolter
2025-09-28 01:08:17 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "rfc3161-client";
version = "1.0.4";
version = "1.0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "trailofbits";
repo = "rfc3161-client";
tag = "v${version}";
hash = "sha256-/+vKpd7wLFa7BgczzI27fLykxq5q4q1PC3QpoAO2E7M=";
hash = "sha256-EF4d9MnBhWt99vy2MOK+u0aUQ3ZEH/8mYezlWQtGvhU=";
};
cargoDeps = rustPlatform.fetchCargoVendor {