gnu: python-django@2.2: Update hash.

PyPI is serving a different tarball from the official home page, where this
packager had downloaded it: <https://code.djangoproject.com/ticket/33411>.
This is a follow-up to commit ad35d8c017.

* gnu/packages/django.scm (python-django-2.2)[source]: Update checksum.
This commit is contained in:
Marius Bakke 2022-01-05 11:43:20 +01:00
parent ad35d8c017
commit 9577a9bad9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(uri (pypi-uri "Django" version))
(sha256
(base32
"00yih371rzh0rpknayj764cfa860nsh1n9ybwyiqwf0jbm4p2k58"))))
"13siv3bcb2yrpzzsq2k0f1yc70ya8jkmaa5kc8x29ijjglk3g9fz"))))
(native-inputs
(modify-inputs (package-native-inputs python-django-3.2)
(prepend ;; 2.2 requires Selenium for the test suite.