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

https://github.com/rixx/django-context-decorator/compare/v1.5.0...v1.6.0
This commit is contained in:
Martin Weinelt 2023-05-17 12:51:24 +02:00
parent 9f74725df1
commit 6119afdc42
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 = [