mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
opentimestamps-client: 0.7.0 -> 0.7.1
This commit is contained in:
parent
d6be38280c
commit
0ced469b21
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "opentimestamps-client";
|
pname = "opentimestamps-client";
|
||||||
version = "0.7.0";
|
version = "0.7.1";
|
||||||
disabled = (!isPy3k);
|
disabled = (!isPy3k);
|
||||||
|
|
||||||
# We can't use the pypi source because it doesn't include README.md which is
|
# We can't use the pypi source because it doesn't include README.md which is
|
||||||
@ -12,8 +12,8 @@ buildPythonApplication rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "opentimestamps";
|
owner = "opentimestamps";
|
||||||
repo = "opentimestamps-client";
|
repo = "opentimestamps-client";
|
||||||
rev = "opentimestamps-client-v${version}";
|
rev = "refs/tags/opentimestamps-client-v${version}";
|
||||||
sha256 = "1aiq9cwr40md54swzm7wkwj0h65psxmvj2japvw79s9x0pp8iwqs";
|
sha256 = "sha256-0dWaXetRlF1MveBdJ0sAdqJ5HCdn08gkbX+nen/ygsQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ opentimestamps appdirs GitPython pysocks ];
|
propagatedBuildInputs = [ opentimestamps appdirs GitPython pysocks ];
|
||||||
|
Loading…
Reference in New Issue
Block a user