Merge pull request #225241 from mweinelt/chacha20poly1305-reusable-0.2.2
python310Packages.chacha20poly1305-reuseable: 0.0.4 -> 0.2.2
This commit is contained in:
commit
d682cbf154
1 changed files with 7 additions and 3 deletions
|
@ -3,8 +3,10 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
|
||||||
# build
|
# build-system
|
||||||
|
, cython
|
||||||
, poetry-core
|
, poetry-core
|
||||||
|
, setuptools
|
||||||
|
|
||||||
# propagates
|
# propagates
|
||||||
, cryptography
|
, cryptography
|
||||||
|
@ -15,7 +17,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "chacha20poly1305-reuseable";
|
pname = "chacha20poly1305-reuseable";
|
||||||
version = "0.0.4";
|
version = "0.2.2";
|
||||||
in
|
in
|
||||||
|
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
|
@ -28,11 +30,13 @@ buildPythonPackage {
|
||||||
owner = "bdraco";
|
owner = "bdraco";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-iOGDTQyiznjYblT/NfHxewIwEZsPnp7bdNVD1p9/H1M=";
|
hash = "sha256-vMc5fgFYS06m01WDLRyna3T1uuR+JinqM6huXAQ34rI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
cython
|
||||||
poetry-core
|
poetry-core
|
||||||
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue