python312Packages.python-debian: 0.1.52 -> 1.0.1 (#403443)

This commit is contained in:
Nick Cao
2025-06-02 19:39:10 -04:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "python-debian";
version = "0.1.52";
version = "1.0.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "python-debian-team";
repo = "python-debian";
tag = version;
hash = "sha256-+c+AiUCnpasOLbY6K4cuKUb6Ojwn0py78fL5W24WRwU=";
hash = "sha256-lSKtlBqAa8cJZZHMVb90eYIGem4DwVZLldaYSAJBNek=";
};
build-system = [