Unverified Commit e9e0c56c authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

python312Packages.pylsqpack: 0.3.18 -> 0.3.19 (#380972)

parents adef9fea 9080f707
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

buildPythonPackage rec {
  pname = "pylsqpack";
  version = "0.3.18";
  version = "0.3.19";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Ra5V5yGHdQX01czUlZHWk1PypUioZz36+yUdOFs8CX8=";
    hash = "sha256-Up+j49bxsO7JK0NFA8DsVRy3FAI8wXEJEfZl+raobr0=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  nativeCheckInputs = [ pytestCheckHook ];