python3Packages.python-apt: 2.9.9 -> 3.1.0

This commit is contained in:
R. Ryantm
2026-07-05 13:33:34 -04:00
committed by Michael Daniels
parent 28d4faad49
commit 85622c9ca4
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "apt";
version = "2.9.9";
version = "3.1.0";
pyproject = true;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "apt-team";
repo = "python-apt";
tag = version;
hash = "sha256-3mRMqbhKy5CYwpSttq8MgXY147Ov3lPuZaTjUMtmHik=";
hash = "sha256-ISvPBBvo6PGYsGS/tKsBEOAEviuFRj5rgydJ5BQ1f+4=";
};
buildInputs = [ apt.dev ];