python3Packages.craft-application: 5.6.0 -> 5.6.2 (#430907)
This commit is contained in:
@@ -31,14 +31,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "craft-application";
|
||||
version = "5.6.0";
|
||||
version = "5.6.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "canonical";
|
||||
repo = "craft-application";
|
||||
tag = version;
|
||||
hash = "sha256-d1uptYLndXvJrnA42vXoZTVkX1WxgKGfZX6SXYSffSo=";
|
||||
hash = "sha256-kG4PskJpRX4U8wLsye8z+P9+IzbUgC7iWYon2awXTJ8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
requests-mock,
|
||||
hypothesis,
|
||||
jsonschema,
|
||||
lxml,
|
||||
git,
|
||||
squashfsTools,
|
||||
socat,
|
||||
@@ -30,7 +31,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "craft-parts";
|
||||
version = "2.18.0";
|
||||
version = "2.19.0";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@@ -38,7 +39,7 @@ buildPythonPackage rec {
|
||||
owner = "canonical";
|
||||
repo = "craft-parts";
|
||||
tag = version;
|
||||
hash = "sha256-mjmWB6kgQNY++aAb9Ql/1cISGqX1mivz62y0Sa65FwM=";
|
||||
hash = "sha256-qzaQW+bKq+sDjRsDDY5oYQWMX50rEskgxyKwhLpFpt4=";
|
||||
};
|
||||
|
||||
patches = [ ./bash-path.patch ];
|
||||
@@ -52,6 +53,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
lxml
|
||||
overrides
|
||||
pydantic
|
||||
pyxdg
|
||||
|
||||
Reference in New Issue
Block a user