Unverified Commit 8acda648 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.django-statici18n: 2.6.0 -> 2.7.1

parent d5665878
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "django-statici18n";
  version = "2.6.0";
  version = "2.7.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "zyegfryed";
    repo = "django-statici18n";
    tag = "v${version}";
    hash = "sha256-G1JF/AQEDgvDamvjCYiQM7b6HfbdMBhfEUvT3yL1io0=";
    hash = "sha256-e6sCH/9h+Ki96hfG4ftuLo34HfZbwImThi9YxmZOmRc=";
  };

  build-system = [ setuptools ];