python-bitcointx: 1.1.4 -> 1.1.5
This commit is contained in:
parent
0de7f48528
commit
946a0b8441
2 changed files with 23 additions and 19 deletions
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildPythonPackageWithDepsCheck rec {
|
||||
pname = "python-bitcointx";
|
||||
version = "1.1.4";
|
||||
version = "1.1.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Simplexum";
|
||||
repo = "python-bitcointx";
|
||||
rev = "python-bitcointx-v${version}";
|
||||
hash = "sha256-y8/cyLQr3GbpYqCg8LKTfyL0OX7eIo5AxjdFTWTqHmk=";
|
||||
hash = "sha256-KXndYEsJ8JRTiGojrKXmAEeGDlHrNGs5MtYs9XYiqMo=";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
@ -18,10 +18,14 @@ buildPythonPackageWithDepsCheck rec {
|
|||
done
|
||||
'';
|
||||
|
||||
pythonImportCheck = [
|
||||
"bitcointx"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Interface to Bitcoin transaction data structures";
|
||||
homepage = "https://github.com/Simplexum/python-bitcointx";
|
||||
maintainers = with maintainers; [ nixbitcoin ];
|
||||
maintainers = with maintainers; [ seberm nixbitcoin ];
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue