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
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user