Unverified Commit 30ef0997 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python313Packages.django-tables2: 2.7.1 -> 2.7.5 (#448818)

parents b17d512a 333ee272
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,

  # build-system
  setuptools,
  hatchling,

  # dependencies
  django,
@@ -23,17 +23,17 @@

buildPythonPackage rec {
  pname = "django-tables2";
  version = "2.7.1";
  version = "2.7.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jieter";
    repo = "django-tables2";
    tag = "v${version}";
    hash = "sha256-DhPQM/OEd8ViEm7cLbb/KCb6bjyoqKnbGOcqkTPRRxo=";
    hash = "sha256-Cb8XhCLqhc2Dx/5uAHnN9zTVL6/1+WekC4qTloBurzM=";
  };

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

  dependencies = [ django ];