Merge pull request #265402 from r-ryantm/auto-update/python310Packages.bip-utils
python310Packages.bip-utils: 2.7.1 -> 2.8.0
This commit is contained in:
commit
ba40f99a9d
@ -1,37 +1,32 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, ecdsa
|
||||
, coincurve
|
||||
, pynacl
|
||||
, crcmod
|
||||
, ed25519-blake2b
|
||||
, py-sr25519-bindings
|
||||
, cbor2
|
||||
, coincurve
|
||||
, crcmod
|
||||
, ecdsa
|
||||
, ed25519-blake2b
|
||||
, fetchFromGitHub
|
||||
, py-sr25519-bindings
|
||||
, pycryptodome
|
||||
, pynacl
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bip-utils";
|
||||
version = "2.7.1";
|
||||
version = "2.8.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ebellocchia";
|
||||
repo = "bip_utils";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-QrCkLiGBdZTQCnbWSTN0PeoAsQfg2CoSGdZcbhqTvOk=";
|
||||
hash = "sha256-FW3ni7kPB0VeVK/uWjDEeWgilP9dNiuvSaboUpG5DLo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "coincurve>=15.0.1,<18.0.0" "coincurve"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ecdsa
|
||||
cbor2
|
||||
|
Loading…
Reference in New Issue
Block a user