Merge pull request #131661 from mweinelt/python/ttp

python3Packages.ttp: 0.7.1 -> 0.7.2
This commit is contained in:
Fabian Affolter 2021-07-27 13:31:09 +02:00 committed by GitHub
commit 32bfa39ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,14 @@ let
in
buildPythonPackage rec {
pname = "ttp";
version = "0.7.1";
version = "0.7.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "dmulyalin";
repo = pname;
rev = version;
sha256 = "1fmg5gz297bpr550s4vfq6vs7j042bp1mrdmqz1b7nz29c2khbz6";
sha256 = "sha256-dYjE+EMfCVHLRAqT1KM7o8VEopJ/TwAEMphYXuj38Wk=";
};
propagatedBuildInputs = [