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

python3Packages.django-htmx: 1.23.2 -> 1.24.1 (#442348)

parents 49c572bb 459db987
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "django-htmx";
  version = "1.23.2";
  version = "1.24.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "adamchainz";
    repo = "django-htmx";
    rev = version;
    hash = "sha256-fteFMwfHuQdAIn5OMbpc52/18pkh8+O11KhvnKH6Jj8=";
    hash = "sha256-pxCC/LTvk2bKARb+eOCQgspp7WibnWdIvgUPf+yYRyw=";
  };

  build-system = [ setuptools ];