nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+2 -2
+2 -2
pkgs/development/python-modules/rfc3161-client/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "rfc3161-client"; 14 - version = "1.0.4"; 14 + version = "1.0.5"; 15 15 pyproject = true; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "trailofbits"; 19 19 repo = "rfc3161-client"; 20 20 tag = "v${version}"; 21 - hash = "sha256-/+vKpd7wLFa7BgczzI27fLykxq5q4q1PC3QpoAO2E7M="; 21 + hash = "sha256-EF4d9MnBhWt99vy2MOK+u0aUQ3ZEH/8mYezlWQtGvhU="; 22 22 }; 23 23 24 24 cargoDeps = rustPlatform.fetchCargoVendor {