opentimestamps-client: 0.5.1 -> 0.6.0
This commit is contained in:
parent
5c7b7c360b
commit
4e79f2fb42
@ -1,19 +1,21 @@
|
|||||||
{ lib, buildPythonApplication, fetchFromGitHub, isPy3k
|
{ lib, buildPythonApplication, fetchFromGitHub, isPy3k
|
||||||
, opentimestamps, GitPython, pysocks }:
|
, opentimestamps, appdirs, GitPython, pysocks }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
name = "opentimestamps-client-${version}";
|
pname = "opentimestamps-client";
|
||||||
version = "0.5.1";
|
version = "0.6.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 = "opentimestamps-client";
|
repo = "opentimestamps-client";
|
||||||
rev = "opentimestamps-client-v0.5.1";
|
rev = "opentimestamps-client-v${version}";
|
||||||
sha256 = "0s549xkb75r5wyvjlfmac8a1df6w0y55l98f492zsihdns1d6rzq";
|
sha256 = "05m8nllqad3k69mvby5q08y22i0wrj84gqifdgcldimrrn1i00xp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ opentimestamps GitPython pysocks ];
|
propagatedBuildInputs = [ opentimestamps appdirs GitPython pysocks ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Command-line tool to create and verify OpenTimestamps proofs";
|
description = "Command-line tool to create and verify OpenTimestamps proofs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user