python312Packages.craft-application: 4.4.0 -> 4.5.0 (#363440)

This commit is contained in:
Jon Seager
2024-12-09 11:01:20 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "craft-application";
version = "4.4.0";
version = "4.5.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-application";
rev = "refs/tags/${version}";
hash = "sha256-Sb7/p5g03stipnvfE5FceXv6xDA4c45qnxllBUWhmY8=";
hash = "sha256-uhIJmoh6++hJinSGjwLwSAgVGQp3CENkE1CSL5t1mvI=";
};
postPatch = ''
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "apt";
version = "2.8.0";
version = "2.9.2";
pyproject = true;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "apt-team";
repo = "python-apt";
rev = "refs/tags/${version}";
hash = "sha256-7l7rgyJ28iQuL6ShF/KYwL/kAXpLPTqnUIavVxNF+wU=";
hash = "sha256-T2Bl3KnIdlHh0bKiE30nal5ekixjShPBkXSMJRAJYHI=";
};
buildInputs = [ apt.dev ];