Unverified Commit 6119afdc authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python310Packages.django-context-decorator: 1.5.0 -> 1.6.0

parent 9f74725d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "django-context-decorator";
  version = "1.5.0";
  version = "1.6.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "rixx";
    repo = "django-context-decorator";
    rev = "v${version}";
    hash = "sha256-wgVZadI+4gK9snLfy/9FgFJJHqMyxndcxXwqIkMH29k=";
    hash = "sha256-/FDGWGC1Pdu+RLyazDNZv+CMf5vscXprLdN8ELjUFNo=";
  };

  pythonImportsCheck = [