Merge pull request #181253 from r-ryantm/auto-update/python310Packages.django-extensions

python310Packages.django-extensions: 3.1.5 -> 3.2.0
This commit is contained in:
Fabian Affolter 2022-07-13 21:48:35 +02:00 committed by GitHub
commit 7a42f5a831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "django-extensions";
version = "3.1.5";
version = "3.2.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-NAMa78KhAuoJfp0Cb0Codz84sRfRQ1JhSLNYRI4GBPM=";
rev = "refs/tags/${version}";
sha256 = "sha256-jibske9cnOn4FPAGNs2EU1w1huF4dNxHAnOzuKSj3/E=";
};
postPatch = ''