python3Packages.craft-application: 5.6.0 -> 5.6.2 (#430907)

authored by Jon Seager and committed by GitHub dacc25b0 a75dd102

+6 -4
+2 -2
pkgs/development/python-modules/craft-application/default.nix
··· 31 32 buildPythonPackage rec { 33 pname = "craft-application"; 34 - version = "5.6.0"; 35 pyproject = true; 36 37 src = fetchFromGitHub { 38 owner = "canonical"; 39 repo = "craft-application"; 40 tag = version; 41 - hash = "sha256-d1uptYLndXvJrnA42vXoZTVkX1WxgKGfZX6SXYSffSo="; 42 }; 43 44 postPatch = ''
··· 31 32 buildPythonPackage rec { 33 pname = "craft-application"; 34 + version = "5.6.2"; 35 pyproject = true; 36 37 src = fetchFromGitHub { 38 owner = "canonical"; 39 repo = "craft-application"; 40 tag = version; 41 + hash = "sha256-kG4PskJpRX4U8wLsye8z+P9+IzbUgC7iWYon2awXTJ8="; 42 }; 43 44 postPatch = ''
+4 -2
pkgs/development/python-modules/craft-parts/default.nix
··· 17 requests-mock, 18 hypothesis, 19 jsonschema, 20 git, 21 squashfsTools, 22 socat, ··· 30 31 buildPythonPackage rec { 32 pname = "craft-parts"; 33 - version = "2.18.0"; 34 35 pyproject = true; 36 ··· 38 owner = "canonical"; 39 repo = "craft-parts"; 40 tag = version; 41 - hash = "sha256-mjmWB6kgQNY++aAb9Ql/1cISGqX1mivz62y0Sa65FwM="; 42 }; 43 44 patches = [ ./bash-path.patch ]; ··· 52 ]; 53 54 dependencies = [ 55 overrides 56 pydantic 57 pyxdg
··· 17 requests-mock, 18 hypothesis, 19 jsonschema, 20 + lxml, 21 git, 22 squashfsTools, 23 socat, ··· 31 32 buildPythonPackage rec { 33 pname = "craft-parts"; 34 + version = "2.19.0"; 35 36 pyproject = true; 37 ··· 39 owner = "canonical"; 40 repo = "craft-parts"; 41 tag = version; 42 + hash = "sha256-qzaQW+bKq+sDjRsDDY5oYQWMX50rEskgxyKwhLpFpt4="; 43 }; 44 45 patches = [ ./bash-path.patch ]; ··· 53 ]; 54 55 dependencies = [ 56 + lxml 57 overrides 58 pydantic 59 pyxdg