python3Packages.sh: 2.0.2 -> 2.0.6
This commit is contained in:
parent
d5db4e0df4
commit
272b7db891
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue