Loading pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -3,8 +3,10 @@ , fetchFromGitHub , pythonOlder # build # build-system , cython , poetry-core , setuptools # propagates , cryptography Loading @@ -15,7 +17,7 @@ let pname = "chacha20poly1305-reuseable"; version = "0.0.4"; version = "0.2.2"; in buildPythonPackage { Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -3,8 +3,10 @@ , fetchFromGitHub , pythonOlder # build # build-system , cython , poetry-core , setuptools # propagates , cryptography Loading @@ -15,7 +17,7 @@ let pname = "chacha20poly1305-reuseable"; version = "0.0.4"; version = "0.2.2"; in buildPythonPackage { Loading @@ -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 = [ Loading