python313Packages.rfc3161-client: 1.0.4 -> 1.0.5

Diff: https://github.com/trailofbits/rfc3161-client/compare/v1.0.4...v1.0.5

Changelog: https://github.com/trailofbits/rfc3161-client/releases/tag/v1.0.5

Changed files
+2 -2
pkgs
development
python-modules
rfc3161-client
+2 -2
pkgs/development/python-modules/rfc3161-client/default.nix
···
buildPythonPackage rec {
pname = "rfc3161-client";
-
version = "1.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "trailofbits";
repo = "rfc3161-client";
tag = "v${version}";
-
hash = "sha256-/+vKpd7wLFa7BgczzI27fLykxq5q4q1PC3QpoAO2E7M=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
···
buildPythonPackage rec {
pname = "rfc3161-client";
+
version = "1.0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "trailofbits";
repo = "rfc3161-client";
tag = "v${version}";
+
hash = "sha256-EF4d9MnBhWt99vy2MOK+u0aUQ3ZEH/8mYezlWQtGvhU=";
};
cargoDeps = rustPlatform.fetchCargoVendor {