Unverified Commit b94fbc7c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 4550aefe 8c565143
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [