python3Packages.craft-parts: 2.7.0 -> 2.8.0
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
pyyaml,
|
||||
requests,
|
||||
requests-unixsocket,
|
||||
pyfakefs,
|
||||
pytestCheckHook,
|
||||
pytest-check,
|
||||
pytest-mock,
|
||||
@@ -28,7 +29,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "craft-parts";
|
||||
version = "2.7.0";
|
||||
version = "2.8.0";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@@ -36,7 +37,7 @@ buildPythonPackage rec {
|
||||
owner = "canonical";
|
||||
repo = "craft-parts";
|
||||
tag = version;
|
||||
hash = "sha256-Diu8cHy3tRWsyI7mPsAcYREK9nUG7tzasmZYAARzpXU=";
|
||||
hash = "sha256-1SnT/yB6vJm82yhszBRjeph13B91KYap8/KR4L9VcjM=";
|
||||
};
|
||||
|
||||
patches = [ ./bash-path.patch ];
|
||||
@@ -67,6 +68,7 @@ buildPythonPackage rec {
|
||||
jdk
|
||||
jsonschema
|
||||
maven
|
||||
pyfakefs
|
||||
pytest-check
|
||||
pytest-mock
|
||||
pytest-subprocess
|
||||
|
||||
Reference in New Issue
Block a user