From 89467c17512955ded5bd219a95fecb269ba51d04 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 8 Apr 2023 01:27:22 +0200 Subject: [PATCH] python310Packages.chacha20poly1305-reuseable: 0.0.4 -> 0.2.2 https://github.com/bdraco/chacha20poly1305-reuseable/blob/main/CHANGELOG.md --- .../chacha20poly1305-reuseable/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix b/pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix index f3558c80ceac..2179364b9222 100644 --- a/pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix +++ b/pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix @@ -3,8 +3,10 @@ , fetchFromGitHub , pythonOlder -# build +# build-system +, cython , poetry-core +, setuptools # propagates , cryptography @@ -15,7 +17,7 @@ let pname = "chacha20poly1305-reuseable"; - version = "0.0.4"; + version = "0.2.2"; in buildPythonPackage { @@ -28,11 +30,13 @@ buildPythonPackage { owner = "bdraco"; repo = pname; rev = "v${version}"; - hash = "sha256-iOGDTQyiznjYblT/NfHxewIwEZsPnp7bdNVD1p9/H1M="; + hash = "sha256-vMc5fgFYS06m01WDLRyna3T1uuR+JinqM6huXAQ34rI="; }; nativeBuildInputs = [ + cython poetry-core + setuptools ]; propagatedBuildInputs = [