From ebdef1a337de8ecffe42ca558021dd33aa941982 Mon Sep 17 00:00:00 2001 From: eljamm Date: Tue, 16 Jun 2026 09:01:10 +0200 Subject: [PATCH] python3Packages.cryptoparser: 1.1.0 -> 1.2.1 Changelog: https://gitlab.com/coroner/cryptoparser/-/blob/v1.2.1/CHANGELOG.md --- pkgs/development/python-modules/cryptoparser/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cryptoparser/default.nix b/pkgs/development/python-modules/cryptoparser/default.nix index 6c814655ae8f..232c5ada513f 100644 --- a/pkgs/development/python-modules/cryptoparser/default.nix +++ b/pkgs/development/python-modules/cryptoparser/default.nix @@ -15,14 +15,14 @@ buildPythonPackage (finalAttrs: { pname = "cryptoparser"; - version = "1.1.0"; + version = "1.2.1"; pyproject = true; src = fetchFromGitLab { owner = "coroner"; repo = "cryptoparser"; tag = "v${finalAttrs.version}"; - hash = "sha256-Zd305BFM3G8LMQqDwtbwRPy6ooNXJ61UzWBwVewh0F4="; + hash = "sha256-thhpXfLH5yB3pMUKFrMUJ8+8IGchF813ApKUrN+UuZA="; }; patches = [