Unverified Commit caa94a03 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents b059ec22 a3eef9f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {