python3Packages.approvaltests: 17.4.1 -> 18.0.1 (#514037)
This commit is contained in:
@@ -20,18 +20,18 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "approvaltests";
|
||||
version = "17.4.1";
|
||||
version = "18.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "approvals";
|
||||
repo = "ApprovalTests.Python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-8JOd1JRwJS+y5Eh/an0RrGtwBZMPW/ziGTRd1H9Sveo=";
|
||||
hash = "sha256-2lz3TMI4/QoNVfnZga5Ro9rheixFpVJfNbvVLy0lnLA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
test -f setup.py || mv setup/setup.publish.py setup.py
|
||||
test -f setup.py || mv setup/setup.approvaltests.py setup.py
|
||||
|
||||
patchShebangs internal_documentation/scripts
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user