python3Packages.sh: 2.0.2 -> 2.0.6
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sh";
|
||||
version = "2.0.2";
|
||||
version = "2.0.6";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "amoffat";
|
||||
repo = "sh";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-qMYaGNEvv2z47IHFGqb64TRpN3JHycpEmhYhDjrUi6s=";
|
||||
hash = "sha256-c4Ms4ydcW7LgmAI1WuYD74nzILuY/Xg+JePJe0q5AQQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"tests/test.py"
|
||||
"tests"
|
||||
];
|
||||
|
||||
# A test needs the HOME directory to be different from $TMPDIR.
|
||||
|
||||
Reference in New Issue
Block a user