From f793909b0c9740db83eea7f97f0c2a51cb83dbde Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:17:18 +0100 Subject: [PATCH] python3Packages.pycryptodome: 3.20.0 -> 3.21.0 https://github.com/Legrandin/pycryptodome/blob/v3.21.0/Changelog.rst --- pkgs/development/python-modules/pycryptodome/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pycryptodome/default.nix b/pkgs/development/python-modules/pycryptodome/default.nix index b753e3efa104..025faf27da32 100644 --- a/pkgs/development/python-modules/pycryptodome/default.nix +++ b/pkgs/development/python-modules/pycryptodome/default.nix @@ -11,14 +11,14 @@ let in buildPythonPackage rec { pname = "pycryptodome"; - version = "3.20.0"; + version = "3.21.0"; format = "setuptools"; src = fetchFromGitHub { owner = "Legrandin"; repo = "pycryptodome"; tag = "v${version}"; - hash = "sha256-RPaBUj/BJCO+10maGDmugeEXxaIrlk2UHIvkbrQVM8c="; + hash = "sha256-4GnjHDYJY1W3n6lUtGfk5KDMQfe5NoKbYn94TTXYCDY="; }; postPatch = '' @@ -33,7 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Self-contained cryptographic library"; homepage = "https://github.com/Legrandin/pycryptodome"; - changelog = "https://github.com/Legrandin/pycryptodome/blob/v${version}/Changelog.rst"; + changelog = "https://github.com/Legrandin/pycryptodome/blob/${src.tag}/Changelog.rst"; license = with licenses; [ bsd2 # and asl20