pythonPackages.opentimestamps: 0.2.1 -> 0.3.0
This commit is contained in:
parent
12ba3954d7
commit
5c7b7c360b
@ -2,15 +2,17 @@
|
|||||||
, bitcoinlib, GitPython, pysha3 }:
|
, bitcoinlib, GitPython, pysha3 }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "opentimestamps-${version}";
|
pname = "opentimestamps";
|
||||||
version = "0.2.1";
|
version = "0.3.0";
|
||||||
disabled = (!isPy3k);
|
disabled = (!isPy3k);
|
||||||
|
|
||||||
|
# We can't use the pypi source because it doesn't include README.md which is
|
||||||
|
# needed in setup.py
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "opentimestamps";
|
owner = "opentimestamps";
|
||||||
repo = "python-opentimestamps";
|
repo = "python-opentimestamps";
|
||||||
rev = "python-opentimestamps-v0.2.1";
|
rev = "python-opentimestamps-v${version}";
|
||||||
sha256 = "1cilv1ls9mdqk8zriqfkz7xcl8i1ncm0f89n4c8k4s82kf5y56rm";
|
sha256 = "1i843mbz4h9vqc3y2x09ix6bv9wc0gzq36zhbnmf5by08iaiydks";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove a failing test which expects the test source file to reside in the
|
# Remove a failing test which expects the test source file to reside in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user