opentimestamps-client: 0.7.1 -> 0.7.2
This commit is contained in:
parent
76af1d7fed
commit
532b7b5245
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "opentimestamps-client";
|
pname = "opentimestamps-client";
|
||||||
version = "0.7.1";
|
version = "0.7.2";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "opentimestamps";
|
owner = "opentimestamps";
|
||||||
repo = "opentimestamps-client";
|
repo = "opentimestamps-client";
|
||||||
tag = "opentimestamps-client-v${version}";
|
tag = "opentimestamps-client-v${version}";
|
||||||
hash = "sha256-0dWaXetRlF1MveBdJ0sAdqJ5HCdn08gkbX+nen/ygsQ=";
|
hash = "sha256-ny2svB8WcoUky8UfeilANo1DlS+f3o9RtV4YNmUwjJk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user